diff options
author | Russell King <rmk@arm.linux.org.uk> | 2012-10-18 00:30:29 +0100 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2012-10-18 11:19:06 +0100 |
commit | 8d7ce608cd21be42499fab38c780c4923a17ca25 (patch) | |
tree | ff1c008508bc71c64bfd4dc4ee56cefc2c021088 /vmeta_lib.h | |
parent | d6c101b83d3f4c9ffa167f04023de72012d788e1 (diff) |
Formatting cleanups and make unexported functions static
Diffstat (limited to 'vmeta_lib.h')
-rwxr-xr-x | vmeta_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmeta_lib.h b/vmeta_lib.h index cfad352..c2367e1 100755 --- a/vmeta_lib.h +++ b/vmeta_lib.h @@ -173,7 +173,7 @@ typedef enum _LOCK_RET_CODE { /* display debug message */ #define VMETA_LOG_ON 0 #define VMETA_LOG_FILE "/data/vmeta_dbg.log" -int dbg_printf(UNSG32 dbglevel, const char* format, ...); +static int dbg_printf(UNSG32 dbglevel, const char* format, ...); typedef sem_t lock_t; //--------------------------------------------------------------------------- |