projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3dfa9a
)
Make close_all_tables() static.
author
Andre Noll
<maan@systemlinux.org>
Tue, 11 Nov 2008 20:58:33 +0000
(21:58 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 11 Nov 2008 20:58:33 +0000
(21:58 +0100)
It's only used in adu.c.
adu.c
patch
|
blob
|
history
adu.h
patch
|
blob
|
history
diff --git
a/adu.c
b/adu.c
index
dda9fd2
..
bc06893
100644
(file)
--- a/
adu.c
+++ b/
adu.c
@@
-120,7
+120,7
@@
static void close_dir_table(void)
dir_table = NULL;
}
-void close_all_tables(void)
+
static
void close_all_tables(void)
{
close_dir_table();
close_user_tables();
diff --git
a/adu.h
b/adu.h
index
74083ec
..
3105044
100644
(file)
--- a/
adu.h
+++ b/
adu.h
@@
-196,7
+196,6
@@
static inline int size_compare(const struct osl_object *obj1, const struct osl_o
__printf_2_3 void __log(int, const char*, ...);
int open_dir_table(int create);
void check_signals(void);
-void close_all_tables(void);
/* create.c */
int com_create(void);