mars/mars_proc.h

12 lines
192 B
C
Raw Normal View History

2011-03-02 16:20:36 +00:00
// (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