Commit bda64818 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

dnsapi: Mark internal symbols with hidden visibility.

parent d98a6a88
...@@ -141,11 +141,11 @@ static inline LPSTR dns_strdup_ua( const char *src ) ...@@ -141,11 +141,11 @@ static inline LPSTR dns_strdup_ua( const char *src )
return dst; return dst;
} }
const char *dns_type_to_str( unsigned short ); const char *dns_type_to_str( unsigned short ) DECLSPEC_HIDDEN;
#ifdef HAVE_RESOLV #ifdef HAVE_RESOLV
int dns_ns_initparse( const u_char *, int, ns_msg * ); int dns_ns_initparse( const u_char *, int, ns_msg * ) DECLSPEC_HIDDEN;
int dns_ns_parserr( ns_msg *, ns_sect, int, ns_rr * ); int dns_ns_parserr( ns_msg *, ns_sect, int, ns_rr * ) DECLSPEC_HIDDEN;
int dns_ns_name_skip( const u_char **, const u_char * ); int dns_ns_name_skip( const u_char **, const u_char * ) DECLSPEC_HIDDEN;
int dns_ns_name_uncompress( const u_char *, const u_char *, const u_char *, char *, size_t ); int dns_ns_name_uncompress( const u_char *, const u_char *, const u_char *, char *, size_t ) DECLSPEC_HIDDEN;
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment