mirror of
https://github.com/schoebel/mars
synced 2024-12-16 11:45:10 +00:00
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
|