Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | httpd: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -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. |