summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/parser.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2009-06-13 14:12:55 +0000
committerdes <des@FreeBSD.org>2009-06-13 14:12:55 +0000
commit2a7596aeee3cbdd32978533c023bda58a05ff9be (patch)
tree64c23de41b223eb2e56d43187ff0a97370804931 /usr.sbin/nscd/parser.h
parentac0e32dbc72b4af6d27493fb54a626ef180cbd98 (diff)
downloadFreeBSD-src-2a7596aeee3cbdd32978533c023bda58a05ff9be.zip
FreeBSD-src-2a7596aeee3cbdd32978533c023bda58a05ff9be.tar.gz
Remove "extern" from function prototypes, and fix some (but not all)
style(9) violations. MFC after: 1 week
Diffstat (limited to 'usr.sbin/nscd/parser.h')
-rw-r--r--usr.sbin/nscd/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nscd/parser.h b/usr.sbin/nscd/parser.h
index 413b784..d4f3b22 100644
--- a/usr.sbin/nscd/parser.h
+++ b/usr.sbin/nscd/parser.h
@@ -29,7 +29,7 @@
#ifndef __NSCD_PARSER_H__
#define __NSCD_PARSER_H__
-extern int parse_config_file(struct configuration *,
+int parse_config_file(struct configuration *,
const char *, char const **, int *);
#endif
OpenPOWER on IntegriCloud