mirror of
https://github.com/diegocr/libnix.git
synced 2025-12-08 14:58:32 +00:00
7 lines
153 B
C
7 lines
153 B
C
|
|
char *dcgettext(const char *domainname __attribute__((unused)),
|
|
const char *msgid, int category __attribute__((unused)))
|
|
{
|
|
return((char *) msgid );
|
|
}
|