summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/agent.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/agent.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/agent.h')
-rw-r--r--usr.sbin/nscd/agent.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/nscd/agent.h b/usr.sbin/nscd/agent.h
index e10901e..57078c6 100644
--- a/usr.sbin/nscd/agent.h
+++ b/usr.sbin/nscd/agent.h
@@ -63,10 +63,9 @@ struct agent_table {
size_t agents_num;
};
-extern struct agent_table *init_agent_table(void);
-extern void register_agent(struct agent_table *, struct agent *);
-extern struct agent *find_agent(struct agent_table *, const char *,
- enum agent_type);
-extern void destroy_agent_table(struct agent_table *);
+struct agent_table *init_agent_table(void);
+void register_agent(struct agent_table *, struct agent *);
+struct agent *find_agent(struct agent_table *, const char *, enum agent_type);
+void destroy_agent_table(struct agent_table *);
#endif
OpenPOWER on IntegriCloud