summaryrefslogtreecommitdiff
path: root/src/precheck.h
blob: b030016006218da3058229d4bc922cd6179775c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Created by Anshul Gupta on 4/7/25.
//

#ifndef PRECHECK_H
#define PRECHECK_H

#include "config.h"

/**
 * Precheck the system for required dependencies and configurations.
 * @return 0 if all checks pass, non-zero if any check fails.
 */
int precheck_self(const struct config *cfg);

#endif // PRECHECK_H