Index: fusl/include/crypt.h |
diff --git a/fusl/include/crypt.h b/fusl/include/crypt.h |
index 07de21698c7e1918fdb520dc8e93db776ad8180e..1b852be3c8c45c0b7210b7fb715281bc62fff22f 100644 |
--- a/fusl/include/crypt.h |
+++ b/fusl/include/crypt.h |
@@ -6,12 +6,12 @@ extern "C" { |
#endif |
struct crypt_data { |
- int initialized; |
- char __buf[256]; |
+ int initialized; |
+ char __buf[256]; |
}; |
-char *crypt(const char *, const char *); |
-char *crypt_r(const char *, const char *, struct crypt_data *); |
+char* crypt(const char*, const char*); |
+char* crypt_r(const char*, const char*, struct crypt_data*); |
#ifdef __cplusplus |
} |