From 4a6391ce910b5f71574e20b31f1e9429d756b96d Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 5 Jun 2004 01:09:58 +0000 Subject: Fixed checking of trusted users. Tweaks to compile under FreeBSD 4.10. Added debug output option. --- src/util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index c754307..88db7ee 100644 --- a/src/util.h +++ b/src/util.h @@ -43,6 +43,13 @@ char *CopyStr(const char *p); +/* Concatante a string. + NOTE: orig must have been allocated with Malloc() or Realloc(), and will + have been free()ed when this returns. +*/ +char *CatStr(char *orig, const char *p); + + /* Malloc wrapper. Just use free() to free. */ void *F_Malloc(const char *file, int line, size_t len); -- cgit v1.2.3