Skip to content

Typo in cloudfsapi.h #81

@Olen

Description

@Olen

diff --git a/cloudfsapi.h b/cloudfsapi.h
index 19bba2e..0f3ec5e 100644
--- a/cloudfsapi.h
+++ b/cloudfsapi.h
@@ -26,7 +26,7 @@ typedef struct dir_entry
void cloudfs_init();
void cloudfs_set_credentials(char *username, char *tenant, char *password,
char *authurl, char *region, int use_snet);
-int cloufds_connect();
+int cloudfs_connect();
int cloudfs_tenant_info(struct statvfs *stat);
int cloudfs_object_read_fp(const char *path, FILE *fp);
int cloudfs_object_write_fp(const char *path, FILE *fp);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions