(safe_strdup): Don't use ANSI argument prototype.
This commit is contained in:
parent
847bb7555a
commit
3efac4b015
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
extern char *strdup (const char *);
|
||||
extern int strcasecmp (const char *, const char *);
|
||||
*/
|
||||
extern char *safe_strdup (char *);
|
||||
extern char *safe_strdup ();
|
||||
|
||||
typedef struct _widget_instance
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue