blob: 0bfd130fc5285674f1049ea883ec7a9978a2be29 [file] [log] [blame]
--- a/src/libedit.def 2014-10-02 11:58:12.906800000 +0400
+++ b/src/libedit.def 2014-10-02 13:15:54.108600000 +0400
@@ -1,29 +1,34 @@
-; WinEditLine library
+;
+; Definition file of edit.dll
+; Automatic generated by gendef
+; written by Kai Tietz 2008
+;
+LIBRARY "edit.dll"
EXPORTS
-source_editrc
-readline
-rl_free
-rl_completion_matches
-rl_filename_completion_function
-rl_attempted_completion_function
-rl_user_completion_entry_free_function
-rl_attempted_completion_over
-rl_line_buffer
-rl_point
-using_history
-free_history
-free_history_entry
-clear_history
add_history
-remove_history
-replace_history_entry
-history_list
-where_history
-history_length
+clear_history
current_history
+free_history
+free_history_entry
history_get
+history_length
+history_list
history_set_pos
-previous_history
next_history
+previous_history
read_history
+readline
+remove_history
+replace_history_entry
+rl_attempted_completion_function DATA
+rl_attempted_completion_over DATA
+rl_completion_matches
+rl_filename_completion_function
+rl_free
+rl_line_buffer DATA
+rl_point DATA
+rl_user_completion_entry_free_function DATA
+source_editrc
+using_history
+where_history
write_history