add other functions to wrappers for buf2d, libini

git-svn-id: svn://kolibrios.org@6452 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-06-23 23:11:56 +00:00
parent f50e54f03c
commit 2562686ece
3 changed files with 12 additions and 1 deletions

View File

@@ -40,8 +40,10 @@ import lib_libini, \
LIBINI_get_str , 'ini_get_str' , \
LIBINI_get_int , 'ini_get_int' , \
LIBINI_get_color , 'int_get_color' , \
LIBINI_get_shortcut , 'int_get_shortcut' , \
LIBINI_set_str , 'ini_set_str' , \
LIBINI_set_int , 'ini_set_int'
LIBINI_set_int , 'ini_set_int' , \
LIBINI_set_color , 'ini_set_color'
public LIBINI_enum_sections as '_LIBINI_enum_sections'
public LIBINI_enum_keys as '_LIBINI_enum_keys'