#include "wsfsp/operation/getattr_intern.h" #include void wsfsp_getattr( struct wsfsp_invokation_context * context, json_t * params, int id) { (void) context; (void) params; (void) id; puts("getattr"); } void wsfsp_respond_getattr( struct wsfsp_request * request, struct stat const * stat) { (void) request; (void) stat; // ToDo: implement me }