Page Speed Optimization Libraries
1.2.24.1
|
00001 // Copyright 2010 Google Inc. 00016 00017 #ifndef NET_INSTAWEB_APACHE_MOD_INSTAWEB_H_ 00018 #define NET_INSTAWEB_APACHE_MOD_INSTAWEB_H_ 00019 00020 #include "http_config.h" 00021 #include "httpd.h" 00022 00023 extern "C" { 00024 extern module AP_MODULE_DECLARE_DATA pagespeed_module; 00025 } 00026 00027 #endif ///< NET_INSTAWEB_APACHE_MOD_INSTAWEB_H_