Follow apparent asterisk placement convention
This commit is contained in:
parent
21d323699a
commit
d57310477a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user