It was written to reduce the amount of time it takes to make changes to common information across a website, by keeping the content of the website separate from the design. Wsmake supports a model where the contents of the website are statically generated from sources.
13 lines
479 B
Text
13 lines
479 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2007/02/06 06:05:21 netcap Exp $
|
|
|
|
--- libwsmake/wsUtil.h.orig 2002-02-19 07:14:05.000000000 +0100
|
|
+++ libwsmake/wsUtil.h
|
|
@@ -77,7 +77,7 @@ namespace std
|
|
void __wsmake_print_error(const char *, ...);
|
|
void __wsmake_print(const char *, ...);
|
|
void __wsmake_print(int, const char *, ...);
|
|
- void __wsmake_print_it(FILE *, const char *, const va_list *);
|
|
+ void __wsmake_print_it(FILE *, const char *, va_list *);
|
|
}
|
|
|
|
#endif /* __WSUTIL_H__ */
|