namespaces again

Kendy Kutzner kutzner at fokus.fraunhofer.de
Wed Mar 12 16:35:15 EST 2003


Hi,
IMHO the function click/lib/driver.cc:export_elements() must be in
the global namespace. Patch attached.
Kendy
-- 
-------------- next part --------------
--- driver.cc	2003-03-12 16:28:38.000000000 +0100
+++ driver.cc.kek	2003-03-12 15:43:29.000000000 +0100
@@ -375,7 +375,9 @@
     String::static_cleanup();
 }
 
-extern void export_elements(Lexer *);
+CLICK_ENDDECLS
+extern void export_elements(CLICK_NAME(Lexer) *);
+CLICK_DECLS
 
 Router *
 click_read_router(String filename, bool is_expr, ErrorHandler *errh, bool initialize)


More information about the click mailing list