From eac37c6a45837f7ea717c9fed8cb21e2d5665618 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 31 Jan 2020 17:36:15 +0300 Subject: [xift] Working. --- src/xift.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xift.hpp') diff --git a/src/xift.hpp b/src/xift.hpp index a37f1c2..674f737 100644 --- a/src/xift.hpp +++ b/src/xift.hpp @@ -15,7 +15,7 @@ enum XiftError { xift_unwanted_close }; -const char *XiftErrorMessage(XiftError error); +const char *xift_error_message(XiftError error); class Xift: public XiftTags { -- cgit v1.2.3