fix bad cut-n-paste causing inverted state when using -r on uniarch
[trinity.git] / include / protocols.h
blob6414d65ce83830ae066a070fe822c98ea537adbd
1 #ifndef _PROTOCOLS_H
2 #define _PROTOCOLS_H 1
4 extern const char * get_proto_name(unsigned int proto);
5 extern void find_specific_proto(const char *protoarg);
6 extern void parse_exclude_protos(const char *arg);
7 extern unsigned int find_next_enabled_proto(unsigned int from);
9 #endif /* _PROTOCOLS_H */