diff options
author | SVN Migration <svn@php.net> | 2003-06-14 13:35:10 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-06-14 13:35:10 +0000 |
commit | 160cc590664788cbed10bd0ffabfd53aa9e8ac18 (patch) | |
tree | 89e1e81b49c16bb6b1aef2531b6cd40f7e182142 /ext/sqlite/php_sqlite.def | |
parent | 74476dc1da1575f2f9748a29902f140316cb54dd (diff) | |
download | php-git-160cc590664788cbed10bd0ffabfd53aa9e8ac18.tar.gz |
This commit was manufactured by cvs2svn to create branch 'unlabeled-1.3.2'.
Diffstat (limited to 'ext/sqlite/php_sqlite.def')
-rw-r--r-- | ext/sqlite/php_sqlite.def | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ext/sqlite/php_sqlite.def b/ext/sqlite/php_sqlite.def deleted file mode 100644 index e61a0cd555..0000000000 --- a/ext/sqlite/php_sqlite.def +++ /dev/null @@ -1,37 +0,0 @@ -EXPORTS -sqlite_open -sqlite_close -sqlite_exec -sqlite_last_insert_rowid -sqlite_changes -sqlite_error_string -sqlite_interrupt -sqlite_complete -sqlite_busy_handler -sqlite_busy_timeout -sqlite_get_table -sqlite_free_table -sqlite_exec_printf -sqlite_exec_vprintf -sqlite_get_table_printf -sqlite_get_table_vprintf -sqlite_mprintf -sqlite_vmprintf -sqlite_freemem -sqlite_libversion -sqlite_libencoding -sqlite_create_function -sqlite_create_aggregate -sqlite_function_type -sqlite_set_result_string -sqlite_set_result_int -sqlite_set_result_double -sqlite_set_result_error -sqlite_user_data -sqlite_aggregate_context -sqlite_aggregate_count -sqlite_set_authorizer -sqlite_trace -sqlite_compile -sqlite_step -sqlite_finalize |