From 495e6bd5df9163148676821d610c9ef863326f70 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 7 Dec 2007 13:12:46 +0100 Subject: Many changes in IRC plugin and plugins API --- src/core/wee-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/wee-util.h') diff --git a/src/core/wee-util.h b/src/core/wee-util.h index 0652ff0c7..db61830f4 100644 --- a/src/core/wee-util.h +++ b/src/core/wee-util.h @@ -20,7 +20,7 @@ #ifndef __WEECHAT_UTIL_H #define __WEECHAT_UTIL_H 1 -extern long util_get_timeval_diff (struct timeval *, struct timeval *); +extern long util_timeval_diff (struct timeval *, struct timeval *); extern int util_get_time_length (char *); extern int util_create_dir (char *, int); extern void util_exec_on_files (char *, int (*)(char *)); -- cgit v1.2.3