//
// init.h
//

#ifndef INIT_H
#define INIT_H

#include "private.h"

BOOL DllInit(void);
void DllUninit(void);

#endif // INIT_H