From f3a485b283141787667ea98b8e0a8687f07d9062 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 1 Jan 2004 01:25:04 +0000 Subject: A few tweaks and added an extra variable (showmatch) --- src/dstring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dstring.h') 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); -- cgit v1.2.3