mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
Move uniq() prototype into extern.h.
This commit is contained in:
parent
eccad22277
commit
59f3e1891c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241778
@ -30,3 +30,5 @@
|
||||
*/
|
||||
|
||||
extern const HASHINFO hinfo;
|
||||
|
||||
void uniq(const char *);
|
||||
|
@ -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);
|
||||
|
@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
void uniq(const char *);
|
||||
static int comp(const char *, char **, size_t *);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user