expedite/src/bin/about.h

15 lines
134 B
C
Raw Normal View History

#ifndef ABOUT_H
#define ABOUT_H
2014-08-24 03:48:21 -07:00
#ifdef __cplusplus
extern "C" {
#endif
void about_start(void);
2014-08-24 03:48:21 -07:00
#ifdef __cplusplus
}
#endif
#endif