Imported Upstream version 1.7.0
[debian/sudo] / auth / API
index d586c640a922ae6cb39790175542f051cc96226d..fd183fe8421054c9f3350adf5dd78a1b8d0bd000 100644 (file)
--- a/auth/API
+++ b/auth/API
@@ -10,7 +10,7 @@ typedef struct sudo_auth {
     short flags;                /* various flags, see below */
     short status;               /* status from verify routine */
     char *name;                        /* name of the method in string form */
-    VOID *data;                 /* method-specific data pointer */
+    void *data;                 /* method-specific data pointer */
 
     int (*init) __P((struct passwd *pw, char **prompt, sudo_auth *auth));
     int (*setup) __P((struct passwd *pw, char **prompt, sudo_auth *auth));