bug-gv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gv] [PATCH] proper prototype for clean_safe_tempdir


From: Bernhard R. Link
Subject: [bug-gv] [PATCH] proper prototype for clean_safe_tempdir
Date: Thu, 3 Jun 2010 17:55:38 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

---
 src/actions.c |    2 +-
 src/actions.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/actions.c b/src/actions.c
index 2305416..e2e667d 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1178,7 +1178,7 @@ action_watchFile(w, event, params, num_params)
 
 
 void
-clean_safe_tempdir()
+clean_safe_tempdir(void)
 {
    if (gv_safe_gs_tempdir)
    {
diff --git a/src/actions.h b/src/actions.h
index 5f0773c..d9ee19a 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -294,4 +294,6 @@ extern void                         action_watchFile (
 #endif
 );
 
+extern void                    clean_safe_tempdir(void);
+
 #endif /* _GV_ACTIONS_H_ */
-- 
1.5.6.5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]