CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
util.h
Go to the documentation of this file.
1 
4 #ifndef CVMFS_SHRINKWRAP_UTIL_H_
5 #define CVMFS_SHRINKWRAP_UTIL_H_
6 
7 #include "crypto/hash.h"
8 #include "libcvmfs.h"
9 
10 shash::Any HashMeta(const struct cvmfs_attr *stat_info);
11 
12 void AppendStringToList(char const *str,
13  char ***buf,
14  size_t *listlen,
15  size_t *buflen);
16 
17 #endif // CVMFS_SHRINKWRAP_UTIL_H_
shash::Any HashMeta(const struct cvmfs_attr *stat_info)
Definition: util.cc:16
void AppendStringToList(char const *str, char ***buf, size_t *listlen, size_t *buflen)
Definition: util.cc:64