mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
10 lines
129 B
C
10 lines
129 B
C
#ifndef _MFSHELL_ACCOUNT_H_
|
|
#define _MFSHELL_ACCOUNT_H_
|
|
|
|
#include "mfshell.h"
|
|
|
|
int _user_get_info(_mfshell_t *mfshell);
|
|
|
|
#endif
|
|
|