diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-03 20:58:30 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-03 20:58:30 +0000 |
| commit | cdb51d12a651450156caf19a79ed364676ea08e6 (patch) | |
| tree | 8da22341a2305e9430768c221b51121e4be40654 /sys/dev/usb/hid.c | |
| parent | 2a8e2fe6697072f3f88b48ce1cf925fb22827c1b (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/hid.c')
| -rw-r--r-- | sys/dev/usb/hid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/hid.c b/sys/dev/usb/hid.c index d99f59c57eeb..14ab0cc48c1e 100644 --- a/sys/dev/usb/hid.c +++ b/sys/dev/usb/hid.c @@ -59,7 +59,7 @@ extern int usbdebug; #define DPRINTFN(n,x) #endif -static void hid_clear_local __P((struct hid_item *)); +Static void hid_clear_local __P((struct hid_item *)); #define MAXUSAGE 100 struct hid_data { @@ -75,7 +75,7 @@ struct hid_data { int kindset; }; -static void +Static void hid_clear_local(c) struct hid_item *c; { |
