mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +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
c4cedc4b15
commit
a14190154d
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
||||||
/*
|
/*
|
||||||
* Internal class for handling HTTP digest authentication
|
* Internal class for handling HTTP digest authentication
|
||||||
*/
|
*/
|
||||||
|
@class GSLazyLock;
|
||||||
@interface GSHTTPDigest : NSObject
|
@interface GSHTTPDigest : NSObject
|
||||||
{
|
{
|
||||||
GSLazyLock *_lock;
|
GSLazyLock *_lock;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue