diff options
Diffstat (limited to 'Swift/Controllers/StatusUtil.h')
-rw-r--r-- | Swift/Controllers/StatusUtil.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Swift/Controllers/StatusUtil.h b/Swift/Controllers/StatusUtil.h new file mode 100644 index 0000000..dddee92 --- /dev/null +++ b/Swift/Controllers/StatusUtil.h @@ -0,0 +1,16 @@ +/* + * Copyright (c) 2011 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#pragma once + +#include <string> + +#include <Swiften/Elements/StatusShow.h> + +namespace Swift { + std::string statusShowTypeToFriendlyName(StatusShow::Type type); +} + |