Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / os-support / stub / stub_init.c
1 #ifdef HAVE_XORG_CONFIG_H
2 #include <xorg-config.h>
3 #endif
4
5 #include "xf86_OSlib.h"
6
7 void
8 xf86OpenConsole(void)
9 {
10 }
11
12 void
13 xf86CloseConsole(void)
14 {
15 }
16
17 int
18 xf86ProcessArgument(int argc, char *argv[], int i)
19 {
20 return 0;
21 }
22
23 void
24 xf86UseMsg(void)
25 {
26 }