Move uniq() prototype into extern.h.

This commit is contained in:
Ed Schouten 2012-10-20 10:34:55 +00:00
parent eccad22277
commit 59f3e1891c
3 changed files with 2 additions and 3 deletions

View File

@ -30,3 +30,5 @@
*/
extern const HASHINFO hinfo;
void uniq(const char *);

View File

@ -56,8 +56,6 @@ static char tname[MAXPATHLEN];
#define PMASK 0xffff
#define PROTOMAX 5
extern void uniq(const char *);
static void add(DB *, StringList *, size_t, const char *, size_t *, int);
static StringList ***parseservices(const char *, StringList *);
static void cleanup(void);

View File

@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include "extern.h"
void uniq(const char *);
static int comp(const char *, char **, size_t *);
/*