arch-repo-manager/librepomgr/buildactions/buildactionfwd.h

14 lines
271 B
C
Raw Permalink Normal View History

2021-01-25 00:24:31 +01:00
#ifndef LIBREPOMGR_BUILD_ACTION_FWD_H
#define LIBREPOMGR_BUILD_ACTION_FWD_H
2022-02-05 22:09:52 +01:00
#include "../../libpkg/data/storagefwd.h"
2021-01-25 00:24:31 +01:00
namespace LibRepoMgr {
struct BuildAction;
2022-02-05 22:09:52 +01:00
using BuildActionIdType = std::size_t;
2021-01-25 00:24:31 +01:00
} // namespace LibRepoMgr
#endif // LIBREPOMGR_BUILD_ACTION_FWD_H