rpmalAdd() prototype cosmetics
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 18 Mar 2010 18:06:18 +0000 (20:06 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 18 Mar 2010 18:10:26 +0000 (20:10 +0200)
lib/rpmal.h

index aff5554..630509e 100644 (file)
@@ -47,11 +47,9 @@ void rpmalDel(rpmal al, rpmte p);
  * Add package to available list.
  * @param al           available list
  * @param p             package
- * @return             available package index
  */
 RPM_GNUC_INTERNAL
-void rpmalAdd(rpmal al,
-             rpmte p);
+void rpmalAdd(rpmal al, rpmte p);
 
 /**
  * Lookup best provider for a dependency in the available list