Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b20698584eda4c9e2c5c363059ddef5b35244488

commit b20698584eda4c9e2c5c363059ddef5b35244488
Author: Michel Hermier <herm...@frugalware.org>
Date:   Sat Nov 16 22:38:07 2013 +0100

libpacman: Remove const to item in flist_visitor_t.

diff --git a/lib/libpacman/util/list.h b/lib/libpacman/util/list.h
index 4a74b48..620110b 100644
--- a/lib/libpacman/util/list.h
+++ b/lib/libpacman/util/list.h
@@ -24,7 +24,7 @@
#include "pacman.h"

typedef int (*flist_compar_t)(const pmlist_t *item, const void *compar_data);
-typedef int (*flist_visitor_t)(const pmlist_t *item, void *visitor_data);
+typedef int (*flist_visitor_t)(pmlist_t *item, void *visitor_data);

/* Chained list struct */
struct __pmlist_t {
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to