mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Added const to fill_buffer
This commit is contained in:
@@ -39,7 +39,7 @@ extern struct buffer load_buffer;
|
||||
/* Functions in buffer.c */
|
||||
|
||||
extern void init_buffer ( struct buffer *buffer );
|
||||
extern int fill_buffer ( struct buffer *buffer, void *data,
|
||||
extern int fill_buffer ( struct buffer *buffer, const void *data,
|
||||
off_t offset, size_t len );
|
||||
|
||||
#endif /* BUFFER_H */
|
||||
|
||||
Reference in New Issue
Block a user