summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-ac
blob: d455bc566d494462cffd112e94239b87f81909c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $

--- lib/parser.h.orig	2004-01-04 21:22:08.000000000 +0100
+++ lib/parser.h
@@ -27,7 +27,7 @@ void parser_component_add_parser_compone
 void parser_component_add_parser_property (ParserComponent* self, ParserProperty*  pt);
 
 /* helper functions */
-bool parser_duration_to_seconds  (const char* duration, int* seconds);
+bool parser_duration_to_seconds  (const unsigned char* duration, int* seconds);
 bool parser_datetime_to_struct   (const char* datetime, struct tm* tm, bool* is_utc);
 bool parser_datetime_to_unix_time(const char* datetime, time_t* unix_time, bool* is_utc);