annotate Gui/language.h @ 4073:5f28d9d7d346

Changed the return value of the start function. Doesn't return the fd anymore. Just -1 for fail and 0 for OK.
author bertrand
date Thu, 10 Jan 2002 01:42:31 +0000
parents d21f8afc7680
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
1
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
2 #ifndef __MPLAYER_LANG
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
3 #define __MPLAYER_LANG
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
4
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1693
diff changeset
5 #include "../help_mp.h"
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
6
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
7 #endif