#ifndef _PACK_H #define _PACK_H int pack_queue(char *); int add_queue(char *); void packmail(void); #endif