summaryrefslogtreecommitdiff
path: root/src/dstring.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-01 01:25:04 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-01 01:25:04 +0000
commitf3a485b283141787667ea98b8e0a8687f07d9062 (patch)
tree2c5234cb3408979109e987737a6197ec2085ec7e /src/dstring.h
parent9d6402a5215920987fb10e5b35f35b93f1c6f725 (diff)
A few tweaks and added an extra variable (showmatch)
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);