Changeset 1960 for libcaca/trunk/ruby/cucul/cucul-canvas.c
- Timestamp:
- Nov 15, 2007, 12:34:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ruby/cucul/cucul-canvas.c
r1948 r1960 13 13 #include <cucul.h> 14 14 #include <errno.h> 15 #include "cucul-canvas.h" 15 16 16 17 #define _SELF (DATA_PTR(self)) … … 515 516 } 516 517 517 static VALUE export_list( )518 static VALUE export_list(void) 518 519 { 519 520 VALUE ary, ary2; … … 538 539 } 539 540 540 static VALUE import_list( )541 static VALUE import_list(void) 541 542 { 542 543 VALUE ary, ary2;
Note: See TracChangeset
for help on using the changeset viewer.