-/* $OpenBSD: def.h,v 1.145 2015/03/25 20:53:31 bcallah Exp $ */
+/* $OpenBSD: def.h,v 1.146 2015/05/08 12:35:08 bcallah Exp $ */
/* This file is in the public domain. */
int eynorr(const char *);
int eyesno(const char *);
void ewprintf(const char *fmt, ...);
-char *ereply(const char *, char *, size_t, ...);
char *eread(const char *, char *, size_t, int, ...);
int getxtra(struct list *, struct list *, int, int);
void free_file_list(struct list *);
-/* $OpenBSD: echo.c,v 1.58 2015/03/19 21:22:15 bcallah Exp $ */
+/* $OpenBSD: echo.c,v 1.59 2015/05/08 12:35:08 bcallah Exp $ */
/* This file is in the public domain. */
}
/*
- * Printf style formatting. This is called by both "ewprintf" and "ereply"
- * to provide formatting services to their clients. The move to the start
- * of the echo line, and the erase to the end of the echo line, is done by
+ * Printf style formatting. This is called by "ewprintf" to provide
+ * formatting services to its clients. The move to the start of the
+ * echo line, and the erase to the end of the echo line, is done by
* the caller.
* %c prints the "name" of the supplied character.
* %k prints the name of the current key (and takes no arguments).