[dia] Make void dia_redirect_console () static
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Make void dia_redirect_console () static
- Date: Sun, 29 Jul 2012 20:49:12 +0000 (UTC)
commit fce5e4afdfd1a0b7f741da84b6c1dac6a88d2220
Author: Hans Breuer <hans breuer org>
Date: Fri Jul 27 23:10:08 2012 +0200
Make void dia_redirect_console () static
app/app_procs.h | 2 --
app/winmain.c | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/app_procs.h b/app/app_procs.h
index 69fa827..48f5609 100644
--- a/app/app_procs.h
+++ b/app/app_procs.h
@@ -32,6 +32,4 @@ void app_splash_done(void);
gboolean app_is_interactive(void);
-void dia_redirect_console (void);
-
#endif /* APP_PROCS_H */
diff --git a/app/winmain.c b/app/winmain.c
index 2c8c989..d210299 100644
--- a/app/winmain.c
+++ b/app/winmain.c
@@ -13,6 +13,8 @@
#include "app_procs.h"
#include "interface.h"
+static void dia_redirect_console (void);
+
/* In case we build this as a windowed application */
#ifdef __GNUC__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]