summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-08-19 13:12:10 +0300
committerimarom <imarom@cisco.com>2015-08-19 13:12:10 +0300
commit2acb002ded9dd522af059f3d80f3f26a4e70c1d4 (patch)
tree904880542ff5e8ae452aa2ff0524eb36318e259c /src/main.cpp
parent6ec401381b4b3e6facce5c9a749bc08b8c30f1a7 (diff)
draft
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e3176be3..ddcf81e2 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,11 +32,11 @@ limitations under the License.
* (improved stub)
*
*/
-extern "C" char * get_build_date(void){
+extern "C" const char * get_build_date(void){
return (__DATE__);
}
-extern "C" char * get_build_time(void){
+extern "C" const char * get_build_time(void){
return (__TIME__ );
}