diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-25 10:59:24 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-25 10:59:24 -0400 |
| commit | 507d1d7d7a9487f76c72217832d115f3c429c7be (patch) | |
| tree | 85a75632807e1ddf037510da133cf3e792210406 /snag/src/source_db.h | |
| parent | 17d0447a55b971f66e383e5f3b0c12213949dbc9 (diff) | |
create build directory
Diffstat (limited to 'snag/src/source_db.h')
| -rw-r--r-- | snag/src/source_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snag/src/source_db.h b/snag/src/source_db.h index e22f221..9eb4527 100644 --- a/snag/src/source_db.h +++ b/snag/src/source_db.h @@ -5,6 +5,6 @@ bool verify_source(source_info_t* source); bool download_source(source_info_t* source); -bool unpack_source(source_info_t* source, char* dest_path); +bool unpack_source(const source_info_t* source, char* dest_path); #endif |
