Don't declare strstr () here, this should be done in gnomesupport if it

is really required on some system.
This commit is contained in:
Martin Baulig
1999-01-10 13:03:18 +00:00
parent 8ba42b25e0
commit df20c8534b

View File

@@ -49,9 +49,6 @@ static struct mount_entry *read_filesystem_list __P((int, int));
#define xstrdup(p1) glibtop_strdup_r (NULL, p1)
#define xfree(p1) glibtop_free_r (NULL, p1)
char *strstr ();
void error ();
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif