]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
mh-format.man: Fix `Return' column heading alignment.
[nmh] / h / prototypes.h
index a17d12f9cbad6d2a7109e9f3f03535a65ec926c2..f1d1d69f7bad7b70e1f4451795f096f559ba71c2 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * prototypes.h -- various prototypes
+/* prototypes.h -- various prototypes
  *
  * If you modify functions here, please document their current behavior
  * as much as practical.
  *
  * If you modify functions here, please document their current behavior
  * as much as practical.
@@ -18,6 +16,7 @@ char *etcpath(char *);
 struct msgs_array;
 
 void add_profile_entry (const char *, const char *);
 struct msgs_array;
 
 void add_profile_entry (const char *, const char *);
+void inform(char *fmt, ...);
 void adios (const char *, const char *, ...) NORETURN;
 void admonish (char *, char *, ...);
 void advertise (const char *, char *, const char *, va_list);
 void adios (const char *, const char *, ...) NORETURN;
 void admonish (char *, char *, ...);
 void advertise (const char *, char *, const char *, va_list);
@@ -53,7 +52,6 @@ int context_foil (char *);
 void context_read (void);
 void context_replace (char *, char *);
 void context_save (void);
 void context_read (void);
 void context_replace (char *, char *);
 void context_save (void);
-char *copy (const char *, char *);
 char **copyip (char **, char **, int);
 void cpydata (int, int, const char *, const char *);
 void cpydgst (int, int, char *, char *);
 char **copyip (char **, char **, int);
 void cpydata (int, int, const char *, const char *);
 void cpydgst (int, int, char *, char *);
@@ -312,7 +310,6 @@ void nmh_clear_screen(void);
 char *nmh_getpass(const char *);
 char *new_fs (char *, char *, char *);
 char *path(char *, int);
 char *nmh_getpass(const char *);
 char *new_fs (char *, char *, char *);
 char *path(char *, int);
-int peekc(FILE *ib);
 int pidwait (pid_t, int);
 int pidstatus (int, FILE *, char *);
 char *pluspath(char *);
 int pidwait (pid_t, int);
 int pidstatus (int, FILE *, char *);
 char *pluspath(char *);