diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-22 04:14:07 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-22 04:14:07 +0200 |
commit | cb076959008f3b50abac3747b1b1bad2be2c8e6b (patch) | |
tree | 575081aff3781b4856b21ebba3d4f81fea9d08db /rpmdb/rpmdb.h | |
parent | 07e383ce0d9a8beeec36e9aed66a2017e95dfcb6 (diff) | |
download | librpm-tizen-cb076959008f3b50abac3747b1b1bad2be2c8e6b.tar.gz librpm-tizen-cb076959008f3b50abac3747b1b1bad2be2c8e6b.tar.bz2 librpm-tizen-cb076959008f3b50abac3747b1b1bad2be2c8e6b.zip |
Add missing extern "C".
Diffstat (limited to 'rpmdb/rpmdb.h')
-rw-r--r-- | rpmdb/rpmdb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h index 6b6ae842a..5740bb20a 100644 --- a/rpmdb/rpmdb.h +++ b/rpmdb/rpmdb.h @@ -10,6 +10,10 @@ #include "rpmlib.h" #include "rpmsw.h" +#ifdef __cplusplus +extern "C" { +#endif + extern int _rpmdb_debug; #ifdef NOTYET |