summaryrefslogtreecommitdiffstats
path: root/include/functions.h
blob: 0378c87994f33735881ce9e1204e7959f1c7c107 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MON_FUNCTIONS_H
#define MON_FUNCTIONS_H

#include "db.h"

void    update_triggers (int suckers, int flag,int sucker_num,int lastclock);
int	get_lastvalue(float *Result,char *host,char *key,char *function,char *parameter);
int	process_data(char *server,char *key, double value);
void	process_new_value(DB_ITEM *item,double value);

#endif