diff options
author | Vasilii Chernov <vchernov@inr.ru> | 2016-02-15 16:09:37 +0100 |
---|---|---|
committer | Vasilii Chernov <vchernov@inr.ru> | 2016-02-15 16:09:37 +0100 |
commit | fc80d8b64672785b4d9c7127e852ca9bf19c9194 (patch) | |
tree | 20633e7c818639c46ce515f8d24d0382b5b67e05 /pywrap/pcipywrap.i | |
parent | 398e756263502a98a0c1887dcf38f7ef1fafa84b (diff) | |
download | pcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.tar.gz pcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.tar.bz2 pcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.tar.xz pcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.zip |
Add options parsing to server\n Rename get_property_info for get_property_list
Diffstat (limited to 'pywrap/pcipywrap.i')
-rw-r--r-- | pywrap/pcipywrap.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywrap/pcipywrap.i b/pywrap/pcipywrap.i index 4b735d2..86b6f36 100644 --- a/pywrap/pcipywrap.i +++ b/pywrap/pcipywrap.i @@ -16,4 +16,4 @@ extern PyObject* set_property(PyObject* val, const char *prop); extern PyObject* get_registers_list(const char *bank = NULL); extern PyObject* get_register_info(const char* reg,const char *bank = NULL); -extern PyObject* get_property_info(const char* branch = NULL); +extern PyObject* get_property_list(const char* branch = NULL); |