00001
00004 #ifndef RAZORBACK_NUGGET_H
00005 #define RAZORBACK_NUGGET_H
00006
00007 #include <razorback/visibility.h>
00008 #include <razorback/types.h>
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00017 SO_PUBLIC extern void Nugget_Destroy(struct Nugget *nugget);
00018
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022 #endif