libchat6
lc6_helpers.h
1 #ifndef LC6_HELPERS_H
2 #define LC6_HELPERS_H
3 
4 #include "../inc/lc6_common.h"
5 
6 void lc6helpers_printhex(unsigned char*, int);
7 void lc6helpers_banner(unsigned char*);
8 
9 #endif