aboutsummaryrefslogtreecommitdiff
path: root/printrecord.h
blob: f6bc9f73aff3a2de8f8f6b2bcef87b90165b607a (plain)
1
2
3
4
5
6
7
8
9
#ifndef PRINTRECORD_H
#define PRINTRECORD_H

#include "stralloc.h"

extern unsigned int printrecord_cat(stralloc *,const char *,unsigned int,unsigned int,const char *,const char *);
extern unsigned int printrecord(stralloc *,const char *,unsigned int,unsigned int,const char *,const char *);

#endif