Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/MEGAShellExtNemo/MEGAShellExt.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ G_END_DECLS
void mega_ext_on_item_changed(MEGAExt *mega_ext, const gchar *path);
void mega_ext_on_sync_add(MEGAExt *mega_ext, const gchar *path);
void mega_ext_on_sync_del(MEGAExt *mega_ext, const gchar *path);
void expanselocalpath(char *path, char *absolutepath);

#endif
1 change: 1 addition & 0 deletions src/MEGAShellExtNemo/mega_ext_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>

const gchar OP_PATH_STATE = 'P'; //Path state
Expand Down