diff options
Diffstat (limited to 'src/logos.h')
-rw-r--r-- | src/logos.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/logos.h b/src/logos.h index dc2ec51..8bfff9f 100644 --- a/src/logos.h +++ b/src/logos.h @@ -2,7 +2,7 @@ * * $Id$ * - * Copyright (C) 1997-1999 by Dimitri van Heesch. + * Copyright (C) 1997-2000 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -20,5 +20,7 @@ extern void writeLogo(const char *dir); extern void writeNullImage(const char *dir); extern void writeSearchButton(const char *dir); +extern void writeDoxFont(const char *dir); +extern void removeDoxFont(const char *dir); #endif |