Changeset 3112 for libcaca/trunk/caca-php/php_caca.h
- Timestamp:
- Oct 26, 2008, 4:47:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/php_caca.h
r3110 r3112 138 138 PHP_FUNCTION(caca_file_gets); 139 139 PHP_FUNCTION(caca_file_eof); 140 PHP_FUNCTION(caca_import_ memory);140 PHP_FUNCTION(caca_import_string); 141 141 PHP_FUNCTION(caca_import_file); 142 142 PHP_FUNCTION(caca_get_import_list); 143 PHP_FUNCTION(caca_export_string); 143 144 PHP_FUNCTION(caca_get_export_list); 144 145 PHP_FUNCTION(caca_create_display);
Note: See TracChangeset
for help on using the changeset viewer.