1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 13:31:48 +02:00

* Refactored the source tree.

This commit is contained in:
Eelco Dolstra 2003-10-20 09:20:11 +00:00
parent 0eab306466
commit 53e376d836
50 changed files with 0 additions and 1 deletions

15
src/libmain/shared.hh Normal file
View file

@ -0,0 +1,15 @@
#ifndef __SHARED_H
#define __SHARED_H
#include <string>
#include "util.hh"
void run(Strings args);
extern string programId;
#endif /* !__SHARED_H */