X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_fbhash.h;fp=src%2Futils_fbhash.h;h=79e9c00f4ec07350e04f8a05d4b6395d75134522;hb=79963d13c1884d1d92667cc502ad20758b084a12;hp=d9206a02b67658d042b8970f22ecd1152e0db0a2;hpb=51181b899668ad2c232a152d6e5e787c4eb049cc;p=collectd.git diff --git a/src/utils_fbhash.h b/src/utils_fbhash.h index d9206a02..79e9c00f 100644 --- a/src/utils_fbhash.h +++ b/src/utils_fbhash.h @@ -40,12 +40,12 @@ struct fbhash_s; typedef struct fbhash_s fbhash_t; -fbhash_t *fbh_create (const char *file); -void fbh_destroy (fbhash_t *h); +fbhash_t *fbh_create(const char *file); +void fbh_destroy(fbhash_t *h); /* Returns the value as a newly allocated `char *'. It's the caller's * responsibility to free this memory. */ -char *fbh_get (fbhash_t *h, const char *key); +char *fbh_get(fbhash_t *h, const char *key); #endif /* UTILS_FBHASH_H */