]> granicus.if.org Git - apache/commitdiff
first trial to add mod_watchdog functions to export list.
authorGuenter Knauf <fuankg@apache.org>
Tue, 7 Jul 2009 14:27:28 +0000 (14:27 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 7 Jul 2009 14:27:28 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791845 13f79535-47bb-0310-9956-ffa450edef68

build/make_nw_export.awk

index 526d46a4f020f3738b63706080109bad4e7b3096..4c3e6195ea80b307bea7ef3253c8bab3ab2b6118 100644 (file)
@@ -38,8 +38,8 @@ function add_symbol (sym_name) {
        }
 }
 
-/^[ \t]*AP([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
-    sub("[ \t]*AP([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")
+/^[ \t]*AP([RU]|_CORE|_WD)?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
+    sub("[ \t]*AP([RU]|_CORE|_WD)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")
     sub("[(].*", "")
     sub("([^ ]* (^([ \t]*[(])))+", "")