]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* define StrBufNOTNULL, we use it for the Next-Tokenizer to signal that we reached...
[citadel.git] / libcitadel / lib / libcitadel.h
index c77f57b6e2dc4b852dfa423ce435774665427519..92f76f07a4b1fe1ef55aede58c5dee6ba9d7680a 100644 (file)
@@ -65,6 +65,11 @@ enum LogLevel {
 #define IsEmptyStr(a) ((a)[0] == '\0')
 #endif
 
+/*
+ * another word to indicate n/a for a pointer if NULL already has a "meaning"
+ */
+extern const char *StrBufNOTNULL;
+
 /*
  * Misc declarations
  */