pupy/client/sources-linux/tmplibrary.h

11 lines
301 B
C
Raw Normal View History

#ifndef TMPLIBRARY_H
#define TMPLIBRARY_H
#include <sys/types.h>
2016-08-23 16:48:10 +00:00
#include <stdbool.h>
void *memdlopen(const char *soname, const char *buffer, size_t size, bool compressed);
bool drop_library(char *path, size_t path_size, const char *buffer, size_t size, bool compressed);
#endif /* TMPLIBRARY_H */