]> andersk Git - nss_nonlocal.git/blobdiff - nonlocal.h
Switch from __nss_next API to __nss_next2 API
[nss_nonlocal.git] / nonlocal.h
index 9574ff8f99d6bce8f57ed5930a6bf1d9788b5bd1..384e2eea6eaa47a0b0af4a0158ce7cda49c8e5e3 100644 (file)
@@ -49,8 +49,9 @@ typedef bool _Bool;
 
 struct walk_nss {
     enum nss_status *status;
-    int (*lookup)(service_user **ni, const char *fct_name,
-                 void **fctp) internal_function;
+    int all_values;
+    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.14658 seconds and 4 git commands to generate.