aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-19 05:32:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-19 05:32:12 +0000
commitc217b5d597142042abf74599ae8088ba4d8531b4 (patch)
tree22775e95ac62480e0a4fc7323c48090826046cfe /libq/atom_explode.c
parent- updated Makefile, added new options to qfile and qlist applets. (diff)
downloadportage-utils-c217b5d597142042abf74599ae8088ba4d8531b4.tar.gz
portage-utils-c217b5d597142042abf74599ae8088ba4d8531b4.tar.bz2
portage-utils-c217b5d597142042abf74599ae8088ba4d8531b4.zip
rename atom_free func to atom_implode
Diffstat (limited to 'libq/atom_explode.c')
-rw-r--r--libq/atom_explode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libq/atom_explode.c b/libq/atom_explode.c
index b821a50..66bdb2b 100644
--- a/libq/atom_explode.c
+++ b/libq/atom_explode.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/libq/atom_explode.c,v 1.2 2005/06/14 23:16:05 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/portage-utils/libq/atom_explode.c,v 1.3 2005/06/19 05:32:12 vapier Exp $
*
* 2005 Ned Ludd - <solar@gentoo.org>
* 2005 Mike Frysinger - <vapier@gentoo.org>
@@ -148,7 +148,7 @@ found_pv:
return ret;
}
-void atom_free(depend_atom *atom);
+void atom_implode(depend_atom *atom);
void atom_free(depend_atom *atom)
{
if (!atom)