summarylogtreecommitdiffstats
path: root/002-fix-exports.patch
blob: 0bfd130fc5285674f1049ea883ec7a9978a2be29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
--- 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