1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libmain/shared.hh

16 lines
157 B
C++
Raw Normal View History

#ifndef __SHARED_H
#define __SHARED_H
#include <string>
#include "util.hh"
void run(Strings args);
extern string programId;
#endif /* !__SHARED_H */