Subversion Repositories Projects

Rev

Rev 505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 505 Rev 522
Line 12... Line 12...
12
#if !defined(RIDDIM_H)
12
#if !defined(RIDDIM_H)
13
#define RIDDIM_H
13
#define RIDDIM_H
Line 14... Line -...
14
 
-
 
15
 
-
 
Line 16... Line 14...
16
 
14
 
17
#define RIDDIM_VERSION_MAJOR 0
15
 
18
#define RIDDIM_VERSION_MINOR 8
16
 
19
 
-
 
-
 
17
 
Line 20... Line 18...
20
// for config file parsing
18
// for config file parsing
21
#include <confuse.h>
19
#include <confuse.h>
22
#include <string.h>
20
#include <string.h>
23
 
21
#include "riddim_meta.h"
Line 60... Line 58...
60
#include <sys/types.h>
58
#include <sys/types.h>
61
#include <netinet/in.h>
59
#include <netinet/in.h>
62
#include <unistd.h>//for close() for socket
60
#include <unistd.h>//for close() for socket
Line 63... Line 61...
63
 
61
 
64
 
62
 
65
int act_nick=0;
63
extern int act_nick;
66
int act_roll=0;
64
extern int act_roll;
67
int act_gier=0;
65
extern int act_gier;
68
int act_gas=0;
-
 
69
int act_mode=0;
-
 
70
 
-
 
Line -... Line 66...
-
 
66
extern int act_gas;
71
int act_alt=0;
67
extern int act_mode;
Line 72... Line 68...
72
 
68
 
73
 
69
extern int act_alt;
Line 74... Line 70...
74
long act_long_alt=0;
70
extern long act_long_alt;