summaryrefslogtreecommitdiff
path: root/userland/sftp/handle.h
blob: c0ef6ffdda6a02cca2a8e43e153f864cb8d8d606 (plain)
1
2
3
4
5
#include <tb/sv.h>

char* handle_create(struct sv path, int is_dir, int flags, int mode);
int handle_get_fd(struct sv key, int *fd, char **pathname);
int handle_close(struct sv key);