forked from menault/TD2_DEV51_Qualite_Algo
		
	First commit
This commit is contained in:
		
							
								
								
									
										8
									
								
								ping-report/include/db-sqlite.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								ping-report/include/db-sqlite.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#ifndef DB_SQLITE_H
 | 
			
		||||
#define DB_SQLITE_H
 | 
			
		||||
 | 
			
		||||
int db_connect();
 | 
			
		||||
int db_disconnect();
 | 
			
		||||
int insert_hourly_report(double mean,double max,double min,int high,int loss,int reached);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
		Reference in New Issue
	
	Block a user