1
1
mc/src/panelize.h
Miguel de Icaza e0faaa671f Merges from the FileOpContext-changes branch. Please see
the ChangeLogs for full information. - Federico
1999-01-14 01:10:32 +00:00

13 строки
237 B
C

#ifndef __PANELIZE_H
#define __PANELIZE_H
void add2panelize_cmd (void);
void external_panelize (void);
void load_panelize (void);
void save_panelize (void);
void done_panelize (void);
void do_external_panelize (char *command);
#endif