2021-03-03 14:13:40 +01:00
|
|
|
#ifndef _LIBPAX_HELPERS_H
|
|
|
|
#define _LIBPAX_HELPERS_H
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <libpax_api.h>
|
2021-04-01 12:17:46 +02:00
|
|
|
#include "senddata.h"
|
|
|
|
#include "configmanager.h"
|
2021-03-03 14:13:40 +01:00
|
|
|
|
2021-04-01 12:17:46 +02:00
|
|
|
void init_libpax(void);
|
2021-03-03 14:13:40 +01:00
|
|
|
|
2022-02-13 16:00:01 +01:00
|
|
|
extern struct count_payload_t count_from_libpax; // libpax count storage
|
2021-03-31 21:43:51 +02:00
|
|
|
|
2021-03-03 14:13:40 +01:00
|
|
|
#endif
|