summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/mp_rs_query.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/mp_rs_query.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/mp_rs_query.h')
-rw-r--r--usr.sbin/nscd/mp_rs_query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nscd/mp_rs_query.h b/usr.sbin/nscd/mp_rs_query.h
index 91f13cc..f74200a 100644
--- a/usr.sbin/nscd/mp_rs_query.h
+++ b/usr.sbin/nscd/mp_rs_query.h
@@ -29,6 +29,6 @@
#ifndef __NSCD_MP_RS_QUERY_H__
#define __NSCD_MP_RS_QUERY_H__
-extern int on_mp_read_session_request_read1(struct query_state *);
+int on_mp_read_session_request_read1(struct query_state *);
#endif
OpenPOWER on IntegriCloud