1 #ifndef RAZORBACK_NUGGET_H
2 #define RAZORBACK_NUGGET_H
3 
4 #include <razorback/visibility.h>
5 #include <razorback/types.h>
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 SO_PUBLIC extern void Nugget_Destroy(struct Nugget *p_pNugget);
12 #ifdef __cplusplus
13 }
14 #endif
15 #endif
16