build: cleanup src/ directory

Change-Id: Ia6ed99ce75625ad6ef5e0d3c3bbdc1c1bec21df3
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/407
Tested-by: jenkins
This commit is contained in:
Spencer Oliver
2012-01-27 16:44:06 +00:00
parent dd4247dba5
commit 250dc58056
5 changed files with 23 additions and 38 deletions

View File

@@ -21,7 +21,7 @@
#ifndef OPENOCD_H
#define 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,7 +31,7 @@
*/
int openocd_main(int argc, char *argv[]);
/// provides a hard-coded command environment setup
/** provides a hard-coded command environment setup */
extern const char openocd_startup_tcl[];
#endif