]> andersk Git - nss_nonlocal.git/blobdiff - nonlocal.h
Switch from __nss_next API to __nss_next2 API
[nss_nonlocal.git] / nonlocal.h
index 7b8ca2f326c58ba680d0ba6f9ab49e916f4eba0b..384e2eea6eaa47a0b0af4a0158ce7cda49c8e5e3 100644 (file)
@@ -50,8 +50,8 @@ typedef bool _Bool;
 struct walk_nss {
     enum nss_status *status;
     int all_values;
-    int (*lookup)(service_user **ni, const char *fct_name,
-                 void **fctp) internal_function;
+    int (*lookup2)(service_user **ni, const char *fct_name,
+                  const char *fct2_name, void **fctp) internal_function;
     const char *fct_name;
     int *errnop;
     char **buf;
This page took 0.211022 seconds and 4 git commands to generate.