Skip to content

Commit

Permalink
sys/file: Remove dead function prototypes
Browse files Browse the repository at this point in the history
JIRA: RTOS-706
  • Loading branch information
agkaminski committed Dec 11, 2023
1 parent ccd62fe commit bfb6d46
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions include/sys/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ typedef struct {
} mount_o_msg_t;


extern int fileAdd(unsigned int *h, oid_t *oid, unsigned mode);


extern int fileSet(unsigned int h, char flags, oid_t *oid, offs_t offs, unsigned mode);


extern int fileGet(unsigned int h, char flags, oid_t *oid, offs_t *offs, unsigned *mode);


extern int fileRemove(unsigned int h);


extern int flock(int fd, int operation);


Expand Down

0 comments on commit bfb6d46

Please sign in to comment.