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.c | |
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.c')
-rw-r--r-- | pywrap/pcipywrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywrap/pcipywrap.c b/pywrap/pcipywrap.c index 77da195..b1ee630 100644 --- a/pywrap/pcipywrap.c +++ b/pywrap/pcipywrap.c @@ -578,7 +578,7 @@ PyObject* get_register_info(const char* reg,const char *bank) return py_info; } -PyObject* get_property_info(const char* branch) +PyObject* get_property_list(const char* branch) { if(!__ctx) { |