Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-21 01:27:35 +0000
committerAaron Griffin <aaron@archlinux.org>2006-10-21 01:27:35 +0000
commit1568fd98d882add6c91255b331592691f399bd3f (patch)
tree0af5de033e21567b68e2935ae58108cb096086e0 /lib/libalpm/add.c
parentca2544dbc2a88501a5f1a4d94c81e5fc1da716d1 (diff)
Minor changes:
* Moved the pmhandle_t extern decl around * Fixed a doxygen complaint
Diffstat (limited to 'lib/libalpm/add.c')
-rw-r--r--lib/libalpm/add.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c
index bbf9d532..82b238bd 100644
--- a/lib/libalpm/add.c
+++ b/lib/libalpm/add.c
@@ -58,8 +58,6 @@
#include "remove.h"
#include "handle.h"
-extern pmhandle_t *handle;
-
static int add_faketarget(pmtrans_t *trans, char *name)
{
char *ptr, *p;