]> code.citadel.org Git - citadel.git/commitdiff
* inline does funny things in some situations.
authorWilfried Göesgens <willi@citadel.org>
Sun, 21 Sep 2008 14:04:16 +0000 (14:04 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 21 Sep 2008 14:04:16 +0000 (14:04 +0000)
libcitadel/lib/libcitadel.h

index f67c6f147af4076606d42cfcc26a794bf7c4a97a..2c5b48d915cede3b930d2691571c6b8d005ec528 100644 (file)
@@ -212,8 +212,8 @@ void FreeStrBuf (StrBuf **FreeMe);
 void HFreeStrBuf (void *VFreeMe);
 int FlushStrBuf(StrBuf *buf);
 
-inline const char *ChrPtr(const StrBuf *Str);
-inline int StrLength(const StrBuf *Str);
+const char *ChrPtr(const StrBuf *Str);
+int StrLength(const StrBuf *Str);
 #define SKEY(a) ChrPtr(a), StrLength(a)
 long StrBufPeek(StrBuf *Buf, const char* ptr, long nThChar, char PeekValue);