summaryrefslogtreecommitdiff
path: root/src/base/shareFunction.h
blob: de4677e35cab7bda4c792862273c6ade7b314e93 (plain)
1
2
3
4
5
6
7
8
9

#ifndef SHARE_FUNCTION_H
#define SHARE_FUNCTION_H

extern void initShareFunction();
extern void addToShareFce(char *name, void *function);
extern void *getShareFce(char *name);
extern void quitShareFunction();
#endif