summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
authorEmanuele Giaquinta <e.giaquinta@glauco.it>2008-10-28 22:20:14 +0000
committerEmanuele Giaquinta <e.giaquinta@glauco.it>2008-10-28 22:20:14 +0000
commit85e3a1a488f7ec8be70626f7418074ffde5591e1 (patch)
treee82fce15cdc5321c9fb2aa0829520ef51585b482 /lib.c
parent1520cb4e0aeaef2e8c369533542186ee7c7a4bb9 (diff)
Make some functions static.
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.c b/lib.c
index f5bd366c..f556360a 100644
--- a/lib.c
+++ b/lib.c
@@ -543,7 +543,7 @@ int safe_rename (const char *src, const char *target)
/* Create a temporary directory next to a file name */
-int mutt_mkwrapdir (const char *path, char *newfile, size_t nflen,
+static int mutt_mkwrapdir (const char *path, char *newfile, size_t nflen,
char *newdir, size_t ndlen)
{
const char *basename;
@@ -618,7 +618,7 @@ int mutt_rmtree (const char* path)
return rc;
}
-int mutt_put_file_in_place (const char *path, const char *safe_file, const char *safe_dir)
+static int mutt_put_file_in_place (const char *path, const char *safe_file, const char *safe_dir)
{
int rv;