Removed prototype for function that isn't defined anywhere.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -37,7 +37,6 @@ typedef struct _address *address_t; | ... | @@ -37,7 +37,6 @@ typedef struct _address *address_t; |
37 | 37 | ||
38 | extern int address_create __P ((address_t *, const char *)); | 38 | extern int address_create __P ((address_t *, const char *)); |
39 | extern int address_createv __P ((address_t *, const char *v[], size_t)); | 39 | extern int address_createv __P ((address_t *, const char *v[], size_t)); |
40 | extern int address_create0 __P ((address_t *, const char *)); | ||
41 | extern void address_destroy __P ((address_t *)); | 40 | extern void address_destroy __P ((address_t *)); |
42 | 41 | ||
43 | extern int address_get_email | 42 | extern int address_get_email | ... | ... |
-
Please register or sign in to post a comment