X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=543ac3c23940cfa1c6c439e24e98532314ff2eec;hp=1bf6b7e6f1a06e8634ed0485a87aa95fd6a85088;hb=57e30102ea440d77aa001e26eb901d0cbb305a30;hpb=4088b1e622cff0673f2859de5ee611da736bdba7 diff --git a/src/openocd.h b/src/openocd.h index 1bf6b7e6f1..543ac3c239 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -13,15 +13,13 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef OPENOCD_H -#define OPENOCD_H +#ifndef OPENOCD_OPENOCD_H +#define OPENOCD_OPENOCD_H -/** +/** * Different applications can define this entry point to override * the default openocd main function. On most systems, this will be * defined in src/openocd.c. @@ -31,9 +29,4 @@ */ int openocd_main(int argc, char *argv[]); -/// used by the server_loop() function in src/server/server.c -void openocd_sleep_prelude(void); -/// used by the server_loop() function in src/server/server.c -void openocd_sleep_postlude(void); - -#endif +#endif /* OPENOCD_OPENOCD_H */