Skip to content
Snippets Groups Projects
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