Bontiv-Sourceer source code viewer
Root | Help
./web-crawler/src/main.h
/*
Fichier header pour le main
*/

#ifndef H_MAIN
#define H_MAIN 1

//#define DEBUG 1

#include <mysql.h>
#include <stdio.h>
#include <unistd.h>
#include <time.h>
#include "boucle.h"

MYSQL *bdd_connect();
void mainloop(MYSQL *sql);
int main(int argc, char* argv[]);

#endif //H_MAIN
Presented with Bontiv-Sourceer