12 lines
112 B
C
12 lines
112 B
C
#ifndef _PACK_H
|
|
#define _PACK_H
|
|
|
|
|
|
int pack_queue(char *);
|
|
int add_queue(char *);
|
|
void packmail(void);
|
|
|
|
|
|
#endif
|
|
|