chiark / gitweb /
www-cgi/: Decentralize the whitelist of environment variables.
[userv-utils] / www-cgi / ucgi.h
index 1d00b1b287c3045fe08c24526b5889589a7b8dfc..9d69ed926a6c4f4f1cda29fedbfd9957ebb35e50 100644 (file)
@@ -49,8 +49,6 @@ void filter_environment(unsigned flags, const char *prefix_in,
                        void *p);
 #define FILTF_WILDCARD 1u
 
-extern const char *const envok[];
-extern const int nenvok;
 extern int debugmode;
 
 #endif