adbncfs  0.9.1
Functions | Variables
main.cpp File Reference
#include "adbncfs.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (const int argc, char **const argv)
 

Variables

static struct fuse_operations adbfs_oper
 Main struct for FUSE interface. More...
 

Function Documentation

int main ( const int  argc,
char **const  argv 
)

Definition at line 34 of file main.cpp.

Here is the call graph for this function:

Variable Documentation

struct fuse_operations adbfs_oper
static

Main struct for FUSE interface.

Definition at line 29 of file main.cpp.