summaryrefslogtreecommitdiff
path: root/src/server/httpd.h
Commit message (Collapse)AuthorAgeFilesLines
* httpd: use register_commands()Zachary T Welch2009-11-241-0/+28
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.