mterry / 321db

Project II for 60-321: A RDBMS built using C and CURSES
1 stars 0 forks source link

dbcompile hooks for dbmenu.c #8

Closed mterry closed 13 years ago

mterry commented 13 years ago

For dbcompile.c to work with the project, hooks need to be made for dbmenu to call the correct functions to run dbcompile.

mterry commented 13 years ago

This was closed a long time ago: dbmenu now calls run_dbcompile() when the correct option is chosen.