10 lines
145 B
C
10 lines
145 B
C
|
#ifndef _LIBPAX_HELPERS_H
|
||
|
#define _LIBPAX_HELPERS_H
|
||
|
|
||
|
#include "globals.h"
|
||
|
#include <stdio.h>
|
||
|
#include <libpax_api.h>
|
||
|
|
||
|
void init_libpax();
|
||
|
|
||
|
#endif
|