aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-19 14:21:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-19 14:21:11 +0000
commit2f199b9d96a20328a33cf5dc7ea86de15cbbd440 (patch)
tree82d6943a406879cc92b42e367864b736a31060a8 /file.c
parent7b138b5455b06ee8acce4ac5ae354969d1b24c98 (diff)
Made some functions static.
svn path=/trunk/; revision=30616
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 18275993f5..f317f31ab3 100644
--- a/file.c
+++ b/file.c
@@ -457,7 +457,7 @@ cf_close(capture_file *cf)
}
/* an out of memory exception occured, wait for a user button press to exit */
-void outofmemory_cb(gpointer dialog _U_, gint btn _U_, gpointer data _U_)
+static void outofmemory_cb(gpointer dialog _U_, gint btn _U_, gpointer data _U_)
{
main_window_exit();
}