-
Ludovic Apvrille authoredLudovic Apvrille authored
storeevents.h 203 B
#ifndef STORE_EVENTS_H
#define STORE_EVENTS_H
#include <stdio.h>
#include <time.h>
#include <sys/time.h>
#include "transactions.h"
void initStoreEvents();
void addEvent(synccell *cell);
#endif