[LON-CAPA-cvs] cvs: modules /TexConvert/tthperl tthperl.h

raeburn raeburn@source.lon-capa.org
Sun, 02 May 2010 21:53:17 -0000


raeburn		Sun May  2 21:53:17 2010 EDT

  Modified files:              
    /modules/TexConvert/tthperl	tthperl.h 
  Log:
  - All functions originally listed in tthfunc.i now in tthperl.h (included in tthfunc.i). 
  
  
Index: modules/TexConvert/tthperl/tthperl.h
diff -u modules/TexConvert/tthperl/tthperl.h:1.1 modules/TexConvert/tthperl/tthperl.h:1.2
--- modules/TexConvert/tthperl/tthperl.h:1.1	Sun May  2 17:31:17 2010
+++ modules/TexConvert/tthperl/tthperl.h	Sun May  2 21:53:17 2010
@@ -1 +1,9 @@
-char* tth(char*);
+extern char* tth(char* tex);
+extern char* ttherror();
+extern void  tthinit();
+extern int  tthoptions(char* args);
+extern char* ttm(char* tex);
+extern char* ttmerror();
+extern void  ttminit();
+extern int  ttmoptions(char* args);
+extern int  tthmessedup();