clangformat everything
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include "mocs.h"
|
||||
|
||||
struct tftp_context {
|
||||
void* (*open)(const char* fname, const char* mode, uint8_t write);
|
||||
void (*close)(void* handle);
|
||||
int (*read)(void* handle, void* buf, int bytes);
|
||||
int (*write)(void* handle, struct pbuf* p);
|
||||
void* (*open)(const char* fname, const char* mode, uint8_t write);
|
||||
void (*close)(void* handle);
|
||||
int (*read)(void* handle, void* buf, int bytes);
|
||||
int (*write)(void* handle, struct pbuf* p);
|
||||
};
|
||||
|
||||
void tftp_cleanup(void);
|
||||
|
||||
Reference in New Issue
Block a user