summaryrefslogtreecommitdiff
path: root/dpip/dpip.h
diff options
context:
space:
mode:
Diffstat (limited to 'dpip/dpip.h')
-rw-r--r--dpip/dpip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpip/dpip.h b/dpip/dpip.h
index 8a8623bc..29bb5fcf 100644
--- a/dpip/dpip.h
+++ b/dpip/dpip.h
@@ -23,7 +23,7 @@ char *a_Dpip_build_cmd(const char *format, ...);
* (dpip character escaping is removed here)
* Return value: the attribute value, or NULL if not present or malformed.
*/
-char *a_Dpip_get_attr(char *tag, size_t tagsize, char *attrname);
+char *a_Dpip_get_attr(char *tag, size_t tagsize, const char *attrname);
#ifdef __cplusplus