Files
mediafire-fuse/user_session.h

9 lines
135 B
C
Raw Normal View History

#ifndef _MFSHELL_SESSION_H_
#define _MFSHELL_SESSION_H_
#include "mfshell.h"
int _get_session_token(mfshell_t *mfshell);
#endif