xref: /haiku/src/tests/system/network/ufunc.h (revision 5e54f6d4f9dd607ae2afcea4fe72f2f1763e4b5e)
1 /* Utility functions for the test apps */
2 
3 #ifndef UFUNC_H
4 #define UFUNC_H
5 
6 void err(int error, char *msg);
7 void test_banner(char *msg);
8 
9 #endif /* UFUNC_H */
10