You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/smtptools/files/smtptools-0.2.3-fno-common....

12 lines
651 B

--- a/uostr.h
+++ b/uostr.h
@@ -14,7 +14,7 @@
uostr_t *uostr_alloc P__((void)); /* mallocs a uostr_t and inits with 0 */
void uostr_free P__((uostr_t *)); /* free(uostr_t), after free(uostr_t->data) */
void uostr_freedata P__((uostr_t *)); /* free(uostr_t->data) */
-void (*uostr_xallocfn) P__((const char *)); /* called by x-functions in case of oom */
+extern void (*uostr_xallocfn) P__((const char *)); /* called by x-functions in case of oom */
void uostr_xallocerr P__((const char *fn)) UO_ATTRIB_NORET; /* internal function, leave alone */
/* be careful - if u->data is NULL then u->len and u->size need not to contain any information */