From d3580f8c0b5c17150382c4b4456e0b1bfa81a50f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 26 Feb 2020 16:09:32 -0500 Subject: Multiple things: * Add strdup_array() * Begin consolidating spm root information into SPM_Hierarchy * Begin consolidating metadata * Begin trimming repeated code (mostly file reading) * Store information about installed packages under [root]/var/db/records --- include/spm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/spm.h') diff --git a/include/spm.h b/include/spm.h index 97d005a..690d1f9 100644 --- a/include/spm.h +++ b/include/spm.h @@ -34,6 +34,7 @@ #include "config.h" #include "internal_cmd.h" #include "environment.h" +#include "metadata.h" #include "manifest.h" #include "fs.h" #include "version_spec.h" -- cgit