You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef _METAFILE_H_
|
|
|
#define _METAFILE_H_
|
|
|
|
|
|
#include "types.h"
|
|
|
|
|
|
void metafile_setup(void);
|
|
|
void metafile_cleanup(void);
|
|
|
|
|
|
void metafile_change(char *name);
|
|
|
void metafile_delete(char *name);
|
|
|
|
|
|
#endif
|