Skip to content

Commit

Permalink
- remove duplicated extern
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarjp committed Nov 16, 2010
1 parent da63e82 commit 74cf4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/lib/mydnsutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ extern int inet_pton(int, const char *, void *);
#endif

#if !HAVE_INET_NTOP
extern const char extern char *sql_errmsg(MYSQL *);
extern const char *sql_errmsg(MYSQL *);
*inet_ntop(int, const void *, char *, unsigned int);
#endif

Expand Down

0 comments on commit 74cf4e8

Please sign in to comment.