diff options
Diffstat (limited to 'inet/aliases.h')
-rw-r--r-- | inet/aliases.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inet/aliases.h b/inet/aliases.h index 94895083b7..ebf3387c72 100644 --- a/inet/aliases.h +++ b/inet/aliases.h @@ -24,6 +24,8 @@ #include <sys/types.h> +__BEGIN_DECLS + /* Structure to represent one entry of the alias data base. */ struct aliasent { @@ -57,5 +59,6 @@ extern int getaliasbyname_r __P ((__const char *__name, struct aliasent **__result)); #endif /* reentrant */ +__END_DECLS #endif /* aliases.h */ |