diff --git a/ChangeLog b/ChangeLog index d428f16..e2ec04f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5246,3 +5246,7 @@ Fri Jul 23 12:21:25 2004 Michael Jennings (mej) Kirby Kuehl pointed out some portability issues. These should now be fixed. ---------------------------------------------------------------------- +Fri Jul 23 12:27:18 2004 Michael Jennings (mej) + +Oops, missed one. :( +---------------------------------------------------------------------- diff --git a/src/options.h b/src/options.h index 634cc71..47777c9 100644 --- a/src/options.h +++ b/src/options.h @@ -150,7 +150,6 @@ extern KeySym ks_smallfont; /************ Function Prototypes ************/ _XFUNCPROTOBEGIN -unsigned long num_words(const char *str); extern char *conf_parse_theme(char **theme, char *conf_name, unsigned char fallback); extern void init_libast(void); extern void init_defaults(void);