summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh
index 0870c9ad..2fa3e867 100644
--- a/src/python.hh
+++ b/src/python.hh
@@ -32,7 +32,7 @@ void python_callback(PyObject *func, Window window, unsigned int state,
bool python_get_string(const char *name, std::string *value);
-bool python_getstringlist(const char *name, std::vector<std::string> *value);
+bool python_get_stringlist(const char *name, std::vector<std::string> *value);
}