Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed various bugs related to NETDIRECT stuff in httpinfo plugin
[olsrd.git]
/
lib
/
httpinfo
/
src
/
admin_interface.c
diff --git
a/lib/httpinfo/src/admin_interface.c
b/lib/httpinfo/src/admin_interface.c
index
a86f176
..
4cea745
100644
(file)
--- a/
lib/httpinfo/src/admin_interface.c
+++ b/
lib/httpinfo/src/admin_interface.c
@@
-37,7
+37,7
@@
* to the project. For more information see the website or contact
* the copyright holders.
*
* to the project. For more information see the website or contact
* the copyright holders.
*
- * $Id: admin_interface.c,v 1.
6 2005/05/29 12:47:41 br1
Exp $
+ * $Id: admin_interface.c,v 1.
7 2006/09/18 18:55:30 kattemat
Exp $
*/
/*
*/
/*
@@
-53,6
+53,10
@@
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
+extern int netsprintf(char *str, const char* format, ...);
+#define sprintf netsprintf
+#define NETDIRECT
+
int
build_admin_body(char *buf, olsr_u32_t bufsize)
{
int
build_admin_body(char *buf, olsr_u32_t bufsize)
{