X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpropername.h;h=eba56f696a8a2d996747d1425e3c27d60f623348;hb=a2ae92ef0232df237fef9af3e52b52b67d44cb93;hp=d603b1ae08e12a3ed38e6eb6517f507bcff1b11d;hpb=a111113ffb2fdce42aa007e7f3f9fecb1a40bfe7;p=gnulib.git diff --git a/lib/propername.h b/lib/propername.h index d603b1ae0..eba56f696 100644 --- a/lib/propername.h +++ b/lib/propername.h @@ -1,5 +1,5 @@ /* Localization of proper names. - Copyright (C) 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2008, 2009, 2010 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -96,7 +96,7 @@ extern const char * proper_name (const char *name); escape sequences. NAME_ASCII is a fallback written only with ASCII characters. */ extern const char * proper_name_utf8 (const char *name_ascii, - const char *name_utf8); + const char *name_utf8); #ifdef __cplusplus }