Skip to content

Commit

Permalink
vold: Export main function of vdc correctly
Browse files Browse the repository at this point in the history
Change-Id: Ied918717a2a37d70e59f6e82b6be5e7414a04840
  • Loading branch information
ryzenforce990 committed Sep 4, 2016
1 parent f0cca15 commit 8d2513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdc.cpp
Expand Up @@ -41,7 +41,7 @@ static int do_cmd(int sock, int argc, char **argv);

static constexpr int kCommandTimeoutMs = 20 * 1000;

int vdc_main(int argc, char **argv) {
extern "C" int vdc_main(int argc, char **argv) {
int sock;
int wait_for_socket;
char *progname;
Expand Down

0 comments on commit 8d2513a

Please sign in to comment.