23 lines
222 B
C
23 lines
222 B
C
|
#ifndef cmDspPgmJsonToDot_h
|
||
|
#define cmDspPgmJsonToDot_h
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
enum
|
||
|
{
|
||
|
kOkDotRC,
|
||
|
kJsonFailDotRC
|
||
|
};
|
||
|
|
||
|
typedef unsigned cmDotRC_t;
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|