Annotation of embedaddon/hping2/hstring.h, revision 1.1.1.1

1.1       misho       1: #ifndef HPING_HSTRNIG_H
                      2: #define HPING_HSTRING_H
                      3: 
                      4: int strisnum(char *s);
                      5: size_t strftok(char *sep, char *str, char **tptrs, size_t nptrs);
                      6: 
                      7: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>