diff options
Diffstat (limited to 'nss/nsswitch.h')
-rw-r--r-- | nss/nsswitch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/nsswitch.h b/nss/nsswitch.h index df4e0f7..a484ef7 100644 --- a/nss/nsswitch.h +++ b/nss/nsswitch.h @@ -101,8 +101,8 @@ typedef struct name_database If there is no configuration for this database in the file, parse a service list from DEFCONFIG and use that. More than one function can use the database. */ -int __nss_database_lookup (const char *database, const char *defconfig, - service_user **ni); +int __nss_database_lookup (const char *database, const char *alternative_name, + const char *defconfig, service_user **ni); /* Put first function with name FCT_NAME for SERVICE in FCTP. The |