~ubuntu-branches/debian/experimental/tickr/experimental

« back to all changes in this revision

Viewing changes to src/libetm-0.4.3/misc.h

  • Committer: Package Import Robot
  • Author(s): Emmanuel Thomas-Maurin
  • Date: 2012-03-07 00:48:53 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: package-import@ubuntu.com-20120307004853-jsyb2z1pgaaeusq9
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *      libetm-0.4 / misc.h - Copyright (C) Emmanuel Thomas-Maurin 2008-2012
 
3
 *      <manutm007@gmail.com>
 
4
 *
 
5
 *      - misc functions -
 
6
 *
 
7
 *      This program is free software: you can redistribute it and/or modify
 
8
 *      it under the terms of the GNU General Public License as published by
 
9
 *      the Free Software Foundation, either version 3 of the License, or
 
10
 *      (at your option) any later version.
 
11
 *
 
12
 *      This program is distributed in the hope that it will be useful,
 
13
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 *      GNU General Public License for more details.
 
16
 *
 
17
 *      You should have received a copy of the GNU General Public License
 
18
 *      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
 */
 
20
 
 
21
#ifndef INC_LIBETM_MISC_H
 
22
#define INC_LIBETM_MISC_H
 
23
 
 
24
/* get_libetm_version(  O ) = version num
 
25
 *                      1   = copyright
 
26
 *                      2   = license 1/3
 
27
 *                      3   = license 2/3
 
28
 *                      4   = license 3/3
 
29
 *                      5   = compiled date
 
30
 *                      > 5 = NULL
 
31
 */
 
32
const char      *get_libetm_version(unsigned int);
 
33
int             question(const char *);
 
34
#endif /* INC_LIBETM_MISC_H */