arch-repo-manager/libpkg/data/storagefwd.h

15 lines
254 B
C++

#ifndef LIBPKG_DATA_STORAGE_FWD_H
#define LIBPKG_DATA_STORAGE_FWD_H
#include <cstdint>
namespace LibPkg {
using StorageID = std::uint32_t;
struct StorageDistribution;
struct DatabaseStorage;
} // namespace LibPkg
#endif // LIBPKG_DATA_STORAGE_FWD_H