summaryrefslogtreecommitdiff
path: root/dselect/basecmds.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-08-24 08:27:35 +0300
committerGuillem Jover <guillem@debian.org>2008-08-26 05:13:42 +0300
commit1065736ab055e36c75d0499f3419e2dbd89b942c (patch)
treec070680886ea40e064affae6e85bfdaa821c4502 /dselect/basecmds.cc
parent88e7b54eeb46dcfa78e34aad91710df38d22451d (diff)
downloaddpkg-1065736ab055e36c75d0499f3419e2dbd89b942c.tar.gz
Unify usage of extern "C" declarations
Diffstat (limited to 'dselect/basecmds.cc')
-rw-r--r--dselect/basecmds.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dselect/basecmds.cc b/dselect/basecmds.cc
index 0942b0069..6b03fec50 100644
--- a/dselect/basecmds.cc
+++ b/dselect/basecmds.cc
@@ -19,17 +19,17 @@
* License along with this; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-extern "C" {
+
#include <config.h>
-}
+
#include <stdio.h>
#include <string.h>
#include <assert.h>
-extern "C" {
+
#include <dpkg.h>
#include <dpkg-db.h>
-}
+
#include "dselect.h"
#include "helpmsgs.h"