ekg2  GIT master
perl_ekg.h
Idź do dokumentacji tego pliku.
1 /*
2  * (C) Copyright 2005 Jakub Zawadzki <darkjames@darkjames.ath.cx>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License Version 2 as
6  * published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16  */
17 #ifndef __PERL_EKG_H_
18 #define __PERL_EKG_H_
19 
20 #include "ekg2.h"
21 #include "ekg/scripts.h"
22 
23 extern scriptlang_t perl_lang;
24 extern plugin_t perl_plugin;
25 
26 typedef struct {
27  char tmp;
29 #define perl_private(s) (perl_private_t *) script_private_get(s)
30 
31 /*
32  * Local Variables:
33  * mode: c
34  * c-file-style: "k&r"
35  * c-basic-offset: 8
36  * indent-tabs-mode: t
37  * End:
38  * vim: sts=8 sw=8
39  */
40 #endif
Definition: plugins.h:76
Definition: scripts.h:99
Definition: perl_ekg.h:26
scriptlang_t perl_lang
Definition: perl_ekg.c:35
plugin_t perl_plugin
Definition: perl_ekg.c:34
char tmp
Definition: perl_ekg.h:27