Commit a7b6a820 authored by Jack Jansen's avatar Jack Jansen

Added binascii

parent 72781190
......@@ -294,6 +294,7 @@ extern void initdl();
extern void initsyslog();
extern void initgestalt();
extern void initmacfs();
extern void initbinascii();
#ifdef THINK
extern void initmacconsole();
#endif
......@@ -365,6 +366,7 @@ struct {
#endif
{"gestalt", initgestalt},
{"macfs", initmacfs},
{"binascii", initbinascii},
#ifdef THINK_C
/* This is an interface to the Think runtime */
{"macconsole", initmacconsole},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment