]> Shamusworld >> Repos - rmac/blobdiff - listing.h
Fixed subtle bug in expr().
[rmac] / listing.h
index 7dd57613615bdee5191d6b73be14a32cc069b974..3a1af65ce1472bfa4581531bd74df3ad5dbc405b 100644 (file)
--- a/listing.h
+++ b/listing.h
@@ -30,10 +30,10 @@ extern int nlines;
 extern LONG lsloc;
 
 // Prototypes
-void init_list(void);
-void ship_ln(char *);
+void InitListing(void);
+void ship_ln(const char *);
 void taglist(char);
-void println(char *);
+void println(const char *);
 void listeol(void);
 VALUE dos_date(void);
 VALUE dos_time(void);