File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 *
55 * Authors: Dennis Smit <ds@nerds-incorporated.org>
66 *
7- * $Id: lv_hashmap.c,v 1.11 2006-02-17 22:00:17 synap Exp $
7+ * $Id: lv_hashmap.c,v 1.11.2.1 2006-09-16 18:43:45 descender Exp $
88 *
99 * This program is free software; you can redistribute it and/or modify
1010 * it under the terms of the GNU Lesser General Public License as
3535typedef struct _HashmapIterContext HashmapIterContext ;
3636
3737struct _HashmapIterContext {
38- VisObject * object ;
38+ VisObject object ;
3939
4040 int index ;
4141 int retrieved ;
Original file line number Diff line number Diff line change 1212 * Sepp Wijnands <mrrazz@nerds-incorporated.org>,
1313 * Tom Wimmenhove <nohup@nerds-incorporated.org>
1414 *
15- * $Id: lv_list.c,v 1.30 2006-01-22 13:23:37 synap Exp $
15+ * $Id: lv_list.c,v 1.30.2.1 2006-09-16 18:43:45 descender Exp $
1616 *
1717 * This program is free software; you can redistribute it and/or modify
1818 * it under the terms of the GNU Lesser General Public License as
4646typedef struct _ListIterContext ListIterContext ;
4747
4848struct _ListIterContext {
49- VisObject * object ;
49+ VisObject object ;
5050
5151 VisListEntry * cur ;
5252};
You can’t perform that action at this time.
0 commit comments