Fixed extern declaration from pointer to array
[minix.git] / servers / iso9660fs / table.c
blob87f0cf125cdd53ee431cd803b3de30b6c5a58f3c
2 /* This file contains the table used to map system call numbers onto the
3 * routines that perform them.
4 */
6 #define _TABLE
8 #include "inc.h"
10 PUBLIC _PROTOTYPE (int (*fs_call_vec[]), (void) ) = {
11 no_sys, /* 0: not used */
12 no_sys, /* 1 */
13 fs_putnode, /* 2 */
14 no_sys, /* 3: not used */
15 no_sys, /* 8: not used */
16 no_sys, /* 9: not used */
17 no_sys, /* 10: not used */
18 no_sys, /* 14: not used */
19 fs_stat, /* 15 */
20 no_sys, /* 19: not used */
21 fs_fstatfs, /* 21 */
22 fs_bread, /* 22 */
23 no_sys, /* 23: not used */
24 no_sys, /* 24: not used */
25 no_sys, /* 29: not used */
26 fs_unmount, /* 32 */
27 fs_sync, /* 34 */
28 fs_new_driver, /* 37 */
29 no_sys, /* 41: not_used */
30 fs_read, /* 42 */
31 no_sys, /* 43: not used */
32 no_sys, /* 44: not used */
33 no_sys, /* 45: not used */
34 no_sys, /* 46: not used */
35 no_sys, /* 47: not used */
36 no_sys, /* 48: not used */
37 fs_lookup, /* 49 */
38 fs_mountpoint, /* 50 */
39 fs_readsuper, /* 51 */
40 no_sys, /* 52: not used */
41 no_sys, /* 53: not used */
42 fs_getdents, /* 54 */