Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 522 → Rev 521

/Riddim/riddim.h
14,12 → 14,14
 
 
 
#define RIDDIM_VERSION_MAJOR 0
#define RIDDIM_VERSION_MINOR 8
 
// for config file parsing
#include <confuse.h>
#include <string.h>
#include "riddim_meta.h"
 
 
// for configuration file parsing
#include "config.h"
// for measuring
60,15 → 62,17
#include <unistd.h>//for close() for socket
 
 
extern int act_nick;
extern int act_roll;
extern int act_gier;
extern int act_gas;
extern int act_mode;
int act_nick=0;
int act_roll=0;
int act_gier=0;
int act_gas=0;
int act_mode=0;
 
extern int act_alt;
extern long act_long_alt;
int act_alt=0;
 
 
long act_long_alt=0;
 
#define FALSE 0
#define TRUE 1