home · contact · privacy
Differentiated try_fgetc() (fgetc() wrapper proper) and try_fgetc_noeof() (catches...
[plomrogue] / src / misc.h
index bc3e274a5c2c3a181396a630f60f574123a2d889..24f36b5ad6ae5d3ab15d089fe2953f428ff6dc01 100644 (file)
@@ -20,9 +20,6 @@ struct Map;
  */
 extern uint16_t rrand();
 
-/* Returns message: "Trouble in ".parent." with ".child."." (try_*() helper) */
-extern char * trouble_msg(char * parent, char * child);
-
 /* Wrappers to malloc(), calloc() from function called "f" calling exit_err()
  * with trouble_msg() error message if necessary.
  */