diff options
Diffstat (limited to 'hesiod/nss_hesiod/hesiod-pwd.c')
-rw-r--r-- | hesiod/nss_hesiod/hesiod-pwd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hesiod/nss_hesiod/hesiod-pwd.c b/hesiod/nss_hesiod/hesiod-pwd.c index 335b594f31..36ca3d1a19 100644 --- a/hesiod/nss_hesiod/hesiod-pwd.c +++ b/hesiod/nss_hesiod/hesiod-pwd.c @@ -24,6 +24,8 @@ #include <stdlib.h> #include <string.h> +NSS_DECLARE_MODULE_FUNCTIONS (hesiod) + /* Get the declaration of the parser function. */ #define ENTNAME pwent #define STRUCTURE passwd |