(trunk libT) make libtransmission/makemeta.h C++-safe

This commit is contained in:
Charles Kerr
2009-04-08 20:57:47 +00:00
parent d1c6956598
commit ce92e45936

View File

@@ -13,6 +13,10 @@
#ifndef TR_MAKEMETA_H
#define TR_MAKEMETA_H 1
#ifdef __cplusplus
extern "C" {
#endif
typedef struct tr_metainfo_builder_file
{
char * filename;
@@ -115,4 +119,8 @@ void tr_makeMetaInfo( tr_metainfo_builder * builder,
int isPrivate );
#ifdef __cplusplus
}
#endif
#endif