mirror of https://github.com/schoebel/mars
12 lines
192 B
C
12 lines
192 B
C
|
// (c) 2010 Thomas Schoebel-Theuer / 1&1 Internet AG
|
||
|
#ifndef MARS_PROC_H
|
||
|
#define MARS_PROC_H
|
||
|
|
||
|
#include "brick.h"
|
||
|
|
||
|
typedef char * (*mars_info_fn)(void);
|
||
|
|
||
|
extern mars_info_fn mars_info;
|
||
|
|
||
|
#endif
|