1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: main.h,v 1.27 2005/11/23 01:10:58 nilsson Exp $
*/
#ifndef MAIN_H
#define MAIN_H
/* Prototypes begin here */
int main(int argc, char **argv);
void pike_do_exit(int num);
/* Prototypes end here */
#endif /* !MAIN_H */