Changeset - 3f32d146be96
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-08-02 00:48:55

Threw stdio.h in slavefuncs.h
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.h
Show inline comments
 
@@ -17,12 +17,13 @@
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#ifndef _DISTREN_SLAVEFUNCS_H
 
#define _DISTREN_SLAVEFUNCS_H
 
#include "blendjob.h"
 
#include <stdio.h>
 

	
 

	
 
size_t curl_writetodisk(void *ptr, size_t size, size_t nmemb, FILE *stream);
 
int curlget(char *url, char *out);
 
int curlpost(char *filename, char *url);
 
char *int_to_str(int nbr);
0 comments (0 inline, 0 general)