aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/localtime.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-31 10:35:25 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-31 10:35:25 +0000
commitff6c03d35f772c640eeed7ba36b9984a397d5960 (patch)
tree5baa6f83bac6abc770692941b9820d1eeb131047 /include/asterisk/localtime.h
parent7f4ae1ebd634e7bb7ec7e85e39529251f36dfa3b (diff)
more trailing whitespace and extern removal
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16654 f38db490-d61c-443f-a65b-d21fe96a405b
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 */