X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_fbhash.h;h=79e9c00f4ec07350e04f8a05d4b6395d75134522;hb=ca89ee257db233a0512c73b6d8353b1aa86e3e8a;hp=d9206a02b67658d042b8970f22ecd1152e0db0a2;hpb=ae5cca244ff291c17df1cc36e28f19376958a2eb;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 */