include: add various missing extern C decls.

This commit is contained in:
Vic Lee
2013-01-29 14:45:49 +08:00
parent 7089b8dcae
commit aac76c16c4
19 changed files with 153 additions and 0 deletions

View File

@@ -32,7 +32,15 @@ struct rdp_string
};
typedef struct rdp_string rdpString;
#ifdef __cplusplus
extern "C" {
#endif
FREERDP_API BOOL freerdp_string_read_length32(STREAM* s, rdpString* string);
FREERDP_API void freerdp_string_free(rdpString* string);
#ifdef __cplusplus
}
#endif
#endif /* FREERDP_UTILS_STRING_H */