summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common/get.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.sbin/mopd/common/get.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.sbin/mopd/common/get.h')
-rw-r--r--usr.sbin/mopd/common/get.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/mopd/common/get.h b/usr.sbin/mopd/common/get.h
index 7af425ae5e4..03c32018325 100644
--- a/usr.sbin/mopd/common/get.h
+++ b/usr.sbin/mopd/common/get.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: get.h,v 1.3 2001/08/12 12:03:03 heko Exp $ */
+/* $OpenBSD: get.h,v 1.4 2002/02/16 21:28:04 millert Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: get.h,v 1.3 2001/08/12 12:03:03 heko Exp $
+ * $OpenBSD: get.h,v 1.4 2002/02/16 21:28:04 millert Exp $
*
*/
@@ -46,14 +46,14 @@ void mopGetHeader (/* u_char *, int *, u_char **, u_char **, u_short *,
u_short mopGetLength (/* u_char *, int */);
#else
__BEGIN_DECLS
-u_char mopGetChar __P((u_char *,int *));
-u_short mopGetShort __P((u_char *,int *));
-u_long mopGetLong __P((u_char *,int *));
-void mopGetMulti __P((u_char *,int *,u_char *,int));
-int mopGetTrans __P((u_char *, int));
+u_char mopGetChar(u_char *,int *);
+u_short mopGetShort(u_char *,int *);
+u_long mopGetLong(u_char *,int *);
+void mopGetMulti(u_char *,int *,u_char *,int);
+int mopGetTrans(u_char *, int);
void mopGetHeader __P((u_char *, int *, u_char **, u_char **, u_short *,
int *, int));
-u_short mopGetLength __P((u_char *, int));
+u_short mopGetLength(u_char *, int);
__END_DECLS
#endif