1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

Remove prototype for decode_tuple_copy() which was axed in the last

revision to fix compile.
This commit is contained in:
John Baldwin 2003-10-06 21:21:55 +00:00
parent e95a20fe4f
commit 5e7c50d04d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120865

View File

@ -75,9 +75,6 @@ struct tuple_callbacks {
static int decode_tuple_generic(device_t cbdev, device_t child, int id,
int len, uint8_t *tupledata, uint32_t start, uint32_t *off,
struct tuple_callbacks *info);
static int decode_tuple_copy(device_t cbdev, device_t child, int id,
int len, uint8_t *tupledata, uint32_t start, uint32_t *off,
struct tuple_callbacks *info);
static int decode_tuple_linktarget(device_t cbdev, device_t child, int id,
int len, uint8_t *tupledata, uint32_t start, uint32_t *off,
struct tuple_callbacks *info);