]> git.draconx.ca Git - dxcommon.git/blob - t/libdummy.c
DX_C_ALIGNAS: Work around bash-5 parsing bug.
[dxcommon.git] / t / libdummy.c
1 /* Stub function definitions to satisfy link tests, as required. */
2 void discid_new(void) {}
3 void discid_free(void) {}
4
5 void curs_set(int x) {}
6
7 void g_get_prgname(void) {}
8
9 int mouse_set(unsigned long mask) { return 0; }
10 int request_mouse_pos(void) { return 0; }
11 unsigned getmouse(void) { return 0; }
12 unsigned long mousemask(unsigned long a, unsigned long *b) { return 0; }
13
14 struct MEVENT;
15 int getmouse_nc_(struct MEVENT *mev) { return 0; }
16 int getmouse_bogus_(void *p) { return 0; }
17
18 void dx_closelog(void) { }