Changeset - b50933ddbb8f
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-08-03 22:22:22

Why was this only a warning before, and an error now? Anyway, fixed.
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -38,6 +38,10 @@
 
#include <sys/stat.h>
 
#include <fcntl.h>
 

	
 
/** Stub stub stubbiness ugh */
 
void tell_the_server(char *stuff){
 
}
 

	
 
/** Function referenced by curlget() to write data to disk. */
 
size_t curl_writetodisk(void *ptr, size_t size, size_t nmemb, FILE *stream)
 
 {
0 comments (0 inline, 0 general)