release
[hcoop/zz_old/debian/djbdns.git] / printpacket.h
1 #ifndef PRINTPACKET_H
2 #define PRINTPACKET_H
3
4 #include "stralloc.h"
5
6 extern unsigned int printpacket_cat(stralloc *,char *,unsigned int);
7
8 #endif