summaryrefslogtreecommitdiff
path: root/sid/sidplay-libs-2.1.0/libsidutils/src/ini/list.h
blob: 9e7f88e47085b1ee79b003decea57efc08b98c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/***************************************************************************
                          list.h - Adds list support to ini files

                             -------------------
    begin                : Fri Apr 21 2000
    copyright            : (C) 2000 by Simon White
    email                : s_a_white@email.com
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef _list_h_
#define _list_h_

#include "ini.h"
#ifdef INI_ADD_LIST_SUPPORT

struct ini_t;
static int   __ini_listEval        (struct ini_t *ini);
static char *__ini_listRead        (struct ini_t *ini);
static int   __ini_listIndexLength (struct ini_t *ini);

#endif // INI_ADD_LIST_SUPPORT
#endif // _list_h_