You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
145 B

3 years ago
  1. #ifndef OBS_H
  2. #define OBS_H
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. extern const char * get_version (void);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif