#ifndef __ESTATES_H
#define __ESTATES_H

static private void preload_estates();
void add_estate(string who, string sortie, string where, string long);

#endif /* __ESTATES_H */
