summaryrefslogtreecommitdiff
path: root/include/asterisk/localtime.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-03-31 10:35:25 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-03-31 10:35:25 +0000
commit50fd665c0927b7fa9cf41e8f5fde2bd1011ce186 (patch)
tree5baa6f83bac6abc770692941b9820d1eeb131047 /include/asterisk/localtime.h
parent7b06841395081d0a4b60a8c75531742c7ba92e70 (diff)
more trailing whitespace and extern removal
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/localtime.h')
-rw-r--r--include/asterisk/localtime.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asterisk/localtime.h b/include/asterisk/localtime.h
index fac1788c0..e03c8b5b4 100644
--- a/include/asterisk/localtime.h
+++ b/include/asterisk/localtime.h
@@ -24,11 +24,11 @@
#ifndef _ASTERISK_LOCALTIME_H
#define _ASTERISK_LOCALTIME_H
-extern int ast_tzsetwall(void);
-extern void ast_tzset(const char *name);
-extern struct tm *ast_localtime(const time_t *timep, struct tm *p_tm, const char *zone);
-extern time_t ast_mktime(struct tm * const tmp, const char *zone);
-extern char *ast_ctime(const time_t * const timep);
-extern char *ast_ctime_r(const time_t * const timep, char *buf);
+int ast_tzsetwall(void);
+void ast_tzset(const char *name);
+struct tm *ast_localtime(const time_t *timep, struct tm *p_tm, const char *zone);
+time_t ast_mktime(struct tm * const tmp, const char *zone);
+char *ast_ctime(const time_t * const timep);
+char *ast_ctime_r(const time_t * const timep, char *buf);
#endif /* _ASTERISK_LOCALTIME_H */