00001 /*! \file logistic.h
00002 Header file for the MySql module 'logistic.c'.
00003 */
00004
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008
00009
00010 #ifndef LOGISTIC_HEADER_FILE_
00011 #define LOGISTIC_HEADER_FILE_
00012
00013 #include "mysql_header.h"
00014 #include "tables.h"
00015 #include "server_config.h"
00016 #include "packets_data.h"
00017
00018
00019
00020 int look_up_logistic (struct smysql *mysql_info_logistic,
00021 struct smysql *mysql_info_abonnes,
00022 struct mysql_tables *mysql_tables,
00023 struct global_config *config,
00024 struct dhcp_packet *packet_in);
00025
00026 #endif
00027
00028 #ifdef __cplusplus
00029 }
00030 #endif
00031
1.2.15