Initial import
[samba] / source / utils / passwd_proto.h
diff --git a/source/utils/passwd_proto.h b/source/utils/passwd_proto.h
new file mode 100644 (file)
index 0000000..8e8fd4b
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _PASSWD_PROTO_H_
+#define _PASSWD_PROTO_H_
+
+/* This file is automatically generated with "make proto". DO NOT EDIT */
+
+
+/* The following definitions come from utils/passwd_util.c  */
+
+char *stdin_new_passwd( void);
+char *get_pass( const char *prompt, BOOL stdin_get);
+
+#endif /*  _PASSWD_PROTO_H_  */