mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
12 lines
187 B
Diff
12 lines
187 B
Diff
--- a/lib/getpass.h
|
|
+++ b/lib/getpass.h
|
|
@@ -1,6 +1,6 @@
|
|
|
|
-#ifndef GETPASS_H
|
|
-#define GETPASS_H
|
|
+#ifndef FM_GETPASS_H
|
|
+#define FM_GETPASS_H
|
|
|
|
char *fm_getpassword(const char *prompt);
|
|
|