aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-12-11 18:58:13 +0000
committerNed Ludd <solar@gentoo.org>2005-12-11 18:58:13 +0000
commitf21ae699e0019441daf40c97fb47c0586ac7558a (patch)
tree56b23f1bc5c0a42bcd1f449761bc5c815fcf6a98 /qxpak.c
parentadd a --metadata option for people who wish to just update for glsas (diff)
downloadportage-utils-f21ae699e0019441daf40c97fb47c0586ac7558a.tar.gz
portage-utils-f21ae699e0019441daf40c97fb47c0586ac7558a.tar.bz2
portage-utils-f21ae699e0019441daf40c97fb47c0586ac7558a.zip
- added qatom and removed the need for the applets enum
Diffstat (limited to 'qxpak.c')
-rw-r--r--qxpak.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/qxpak.c b/qxpak.c
index 3f997fca..22b83206 100644
--- a/qxpak.c
+++ b/qxpak.c
@@ -1,7 +1,7 @@
/*
* Copyright 2005 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/portage-utils/qxpak.c,v 1.6 2005/11/24 20:24:45 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/portage-utils/qxpak.c,v 1.7 2005/12/11 18:58:13 solar Exp $
*
* Copyright 2005 Ned Ludd - <solar@gentoo.org>
* Copyright 2005 Mike Frysinger - <vapier@gentoo.org>
@@ -46,8 +46,8 @@ static const char *qxpak_opts_help[] = {
"Write files to stdout",
COMMON_OPTS_HELP
};
-static const char qxpak_rcsid[] = "$Id: qxpak.c,v 1.6 2005/11/24 20:24:45 vapier Exp $";
-#define qxpak_usage(ret) usage(ret, QXPAK_FLAGS, qxpak_long_opts, qxpak_opts_help, APPLET_QXPAK)
+static const char qxpak_rcsid[] = "$Id: qxpak.c,v 1.7 2005/12/11 18:58:13 solar Exp $";
+#define qxpak_usage(ret) usage(ret, QXPAK_FLAGS, qxpak_long_opts, qxpak_opts_help, lookup_applet_idx("qxpak"))