mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix missed class declaration
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23083 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
efcaebc76b
commit
3cb13baa1c
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
/*
|
||||
* Internal class for handling HTTP digest authentication
|
||||
*/
|
||||
@class GSLazyLock;
|
||||
@interface GSHTTPDigest : NSObject
|
||||
{
|
||||
GSLazyLock *_lock;
|
||||
|
|
Loading…
Reference in a new issue