From 61ad99b611c454eaacc8709d313fa7db078eff29 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sat, 7 Feb 2015 22:10:43 +0100 Subject: Make more use of xstrtoul() --- src/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index c3bdd84..8e43995 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,7 @@ /* * utils.h: miscellaneous utilities * - * Copyright (c) 2013, Přemysl Janouch + * Copyright (c) 2013 - 2015, Přemysl Janouch * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any @@ -40,6 +40,7 @@ gboolean stream_read_all (GByteArray *ba, GInputStream *is, GError **error); gchar *stream_read_string (GDataInputStream *dis, GError **error); +gboolean xstrtoul (unsigned long *out, const char *s, int base); void update_curses_terminal_size (void); #endif /* ! UTILS_H */ -- cgit v1.2.3-70-g09d2