Annotation of hatari/src/includes/inffile.h, revision 1.1.1.1

1.1       root        1: /*
                      2:   Hatari - inffile.h
                      3: 
                      4:   This file is distributed under the GNU General Public License, version 2
                      5:   or at your option any later version. Read the file gpl.txt for details.
                      6: */
                      7: 
                      8: #ifndef HATARI_INFFILE_H
                      9: #define HATARI_INFFILE_H
                     10: 
                     11: typedef enum {
                     12:        AUTOSTART_INTERCEPT,
                     13:        AUTOSTART_FOPEN
                     14: } autostart_t;
                     15: 
                     16: extern bool INF_SetAutoStart(const char *prgname, int opt_id);
                     17: extern bool INF_SetResolution(const char *resolution, int opt_id);
                     18: extern void INF_SetVdiMode(int vdi_res);
                     19: extern int INF_ValidateAutoStart(const char **val, const char **err);
                     20: extern void INF_CreateOverride(void);
                     21: extern bool INF_Overriding(autostart_t t);
                     22: extern FILE *INF_OpenOverride(const char *filename);
                     23: extern bool INF_CloseOverride(FILE *fp);
                     24: 
                     25: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.