aboutsummaryrefslogtreecommitdiff
path: root/include/install_pkg.h
blob: 52ce9c048c8298cfb07fc741680a61ee73ef4756 (plain)
1
2
3
4
5
6
7
8
#ifndef INSTALL_PKG_H
#define INSTALL_PKG_H

#include "vars.h"

void install_pkg(Pkg pkg);

#endif