mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
* Refactored the source tree.
This commit is contained in:
parent
0eab306466
commit
53e376d836
50 changed files with 0 additions and 1 deletions
15
src/libmain/shared.hh
Normal file
15
src/libmain/shared.hh
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue