Bruce would really like the prototype for fmt() to be split across lines

this way (although I still think it "looks weird"...).

Requested by:	bde
MFC after:	1 week
This commit is contained in:
Garance A Drosehn 2004-03-30 02:02:40 +00:00
parent ba50b0e03a
commit f35e071573
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127598

View File

@ -134,7 +134,8 @@ static int addelem_uid(struct listinfo *, const char *);
static void add_list(struct listinfo *, const char *);
static void dynsizevars(KINFO *);
static void *expand_list(struct listinfo *);
static const char *fmt(char **(*)(kvm_t *, const struct kinfo_proc *, int),
static const char *
fmt(char **(*)(kvm_t *, const struct kinfo_proc *, int),
KINFO *, char *, int);
static void free_list(struct listinfo *);
static void init_list(struct listinfo *, addelem_rtn, int, const char *);