aboutsummaryrefslogtreecommitdiff
path: root/src/server/httpd.h
AgeCommit message (Collapse)Author
2009-11-24httpd: use register_commands()Zachary T Welch
Updates httpd_start() to use register_commands() for 'readform' and 'writeform' commands. Adds server/httpd.h to export the new signatures for this function (and httpd_stop), which allows removing the obsoleted declarations inside openocd.c.