Index: fusl/include/nl_types.h |
diff --git a/fusl/include/nl_types.h b/fusl/include/nl_types.h |
index 7c2d48e0f145411c1ef1966cffe787a603894524..ee498270e3314a7812fe2fcf11f79383fa1aa333 100644 |
--- a/fusl/include/nl_types.h |
+++ b/fusl/include/nl_types.h |
@@ -9,11 +9,11 @@ extern "C" { |
#define NL_CAT_LOCALE 1 |
typedef int nl_item; |
-typedef void *nl_catd; |
+typedef void* nl_catd; |
-nl_catd catopen (const char *, int); |
-char *catgets (nl_catd, int, int, const char *); |
-int catclose (nl_catd); |
+nl_catd catopen(const char*, int); |
+char* catgets(nl_catd, int, int, const char*); |
+int catclose(nl_catd); |
#ifdef __cplusplus |
} |