3 #ifndef _MVECT_H_INCLUDED_
4 #define _MVECT_H_INCLUDED_
10 /* memory vector management
17 * Generic memory vector interface.
19 typedef void (*MVECT_FN
) (char *, int);
29 extern char *mvect_alloc(MVECT
*, int, int, MVECT_FN
, MVECT_FN
);
30 extern char *mvect_realloc(MVECT
*, int);
31 extern char *mvect_free(MVECT
*);
36 /* The Secure Mailer license must be distributed with this software.
39 /* IBM T.J. Watson Research
41 /* Yorktown Heights, NY 10598, USA