basin/basin/src/globals.h

14 lines
180 B
C
Raw Normal View History

2016-06-23 22:42:49 +00:00
/*
* globals.h
*
* Created on: Nov 19, 2015
* Author: root
*/
#ifndef GLOBALS_H_
#define GLOBALS_H_
struct config* cfg;
struct logsess* delog;
#endif /* GLOBALS_H_ */