blob: a058fc6b431578e24069b7ce604516b3a6f58abe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _PLACES_INC
#define _PLACES_INC
#include "common.h"
#include "userlist.h"
#include "options.h"
void InitPlaces(mwSession *session);
void DeinitPlaces(mwSession *session);
#endif
|