mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
15 lines
157 B
C++
15 lines
157 B
C++
#ifndef __SHARED_H
|
|
#define __SHARED_H
|
|
|
|
#include <string>
|
|
|
|
#include "util.hh"
|
|
|
|
|
|
void run(Strings args);
|
|
|
|
|
|
extern string programId;
|
|
|
|
|
|
#endif /* !__SHARED_H */
|