Follow apparent asterisk placement convention
authorShea Levy <shea@shealevy.com>
Fri, 23 Sep 2011 22:14:10 +0000 (18:14 -0400)
committerShea Levy <shea@shealevy.com>
Fri, 23 Sep 2011 22:14:10 +0000 (18:14 -0400)
include/freerdp/utils/passphrase.h

index 95506a9..1442d2a 100644 (file)
@@ -30,6 +30,6 @@
 #define        FREERDP_PASSPHRASE_READ_SEVENBIT        0x10
 #define        FREERDP_PASSPHRASE_STDIN        0x20
 
-FREERDP_API char * freerdp_passphrase_read(const char* prompt, char* buf, size_t bufsiz, int flags);
+FREERDP_API char* freerdp_passphrase_read(const char* prompt, char* buf, size_t bufsiz, int flags);
 
 #endif /* __UTILS_PASSPHRASE_H */