diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-10 16:36:05 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-10 16:36:05 +0100 |
commit | 6b6068ef4d5332628ef59b5350eef2c91d1d598f (patch) | |
tree | 885184a8afff569347ba7f4af5c99ed8f0905c70 /nss/shadow.c | |
parent | 0828d65bf3e39c23a7fad25b2eda4a641b265907 (diff) |
rename nss/exports.h to nss/prototypes.h
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@82 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/shadow.c')
-rw-r--r-- | nss/shadow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/shadow.c b/nss/shadow.c index 70bdaff..62f55b3 100644 --- a/nss/shadow.c +++ b/nss/shadow.c @@ -26,7 +26,7 @@ #include <nss.h> #include <errno.h> -#include "exports.h" +#include "prototypes.h" #include "nslcd-client.h" #include "common.h" |