summaryrefslogtreecommitdiff
path: root/src/dstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dstring.h')
-rw-r--r--src/dstring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dstring.h b/src/dstring.h
index db6454f..36ea4fe 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -27,7 +27,7 @@
*/
#ifndef KBS_DSTRING_H
-#define KBS_DSTRING_H
+#define KBS_DSTRING_H "$Id$"
/* ---------------------------------------- TYPES
*/
@@ -48,7 +48,7 @@ typedef struct
DString DSInit();
-/* Frees a DString.
+/* Frees a DString. NULL can be safely passed.
*/
void DSFree(DString ds);