Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine the
[obnox/wireshark/wip.git] / packet-ypbind.h
1 /* packet-ypbind.h */
2 /* $Id: packet-ypbind.h,v 1.1 1999/11/10 17:23:54 nneul Exp $ */
3
4 #ifndef PACKET_YPBIND_H
5 #define PACKET_YPBIND_H
6
7 #define YPBINDPROC_NULL 0
8 #define YPBINDPROC_DOMAIN 1
9 #define YPBINDPROC_SETDOM 2
10
11 #define YPBIND_PROGRAM 100007
12
13 #endif