ossp-pkg/lmtp2nntp/lmtp2nntp_exwrap.h 1.1 -> 1.2
--- lmtp2nntp_exwrap.h 2002/02/14 10:51:50 1.1
+++ lmtp2nntp_exwrap.h 2002/02/27 09:34:41 1.2
@@ -29,11 +29,12 @@
#define __LMTP2NNTP_EXWRAP_H__
#include <string.h>
+#include <str.h>
char *strdupex(const char *);
+char *str_dupex(const char *, str_size_t);
void *mallocex(size_t);
void *reallocex(void *, size_t);
void freeex(void *);
-
#endif /* __LMTP2NNTP_EXWRAP_H__ */
|
|