aboutsummaryrefslogtreecommitdiff
path: root/printpacket.h
blob: 8c8946df8a7d2c26e64cad0811d616a7c48ee940 (plain)
1
2
3
4
5
6
7
8
#ifndef PRINTPACKET_H
#define PRINTPACKET_H

#include "stralloc.h"

extern unsigned int printpacket_cat(stralloc *,char *,unsigned int);

#endif