aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mount.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-20 06:17:00 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-20 06:17:00 +0000
commite21b82ded7b990ef1180ebc882758a0298ad8989 (patch)
tree73626e74be11374c9a8aea14b801f09316154f69 /packet-mount.h
parent12444df91ada8074c9755c6267841734efc33efa (diff)
Mount V2.
Add EXPORTALL, which is identical to EXPORT. Make static and/or const a number of things that can be made static or const. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1078 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-mount.h')
-rw-r--r--packet-mount.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-mount.h b/packet-mount.h
index 152314cdce..e07b0c1606 100644
--- a/packet-mount.h
+++ b/packet-mount.h
@@ -1,5 +1,5 @@
/* packet-mount.h */
-/* $Id: packet-mount.h,v 1.2 1999/11/15 14:17:18 nneul Exp $ */
+/* $Id: packet-mount.h,v 1.3 1999/11/20 06:17:00 guy Exp $ */
#ifndef PACKET_MOUNT_H
#define PACKET_MOUNT_H
@@ -12,5 +12,7 @@
#define MOUNTPROC_UMNT 3
#define MOUNTPROC_UMNTALL 4
#define MOUNTPROC_EXPORT 5
+#define MOUNTPROC_EXPORTALL 6
+#define MOUNTPROC_PATHCONF 7
#endif