mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06:16 +02:00
f826e432aa
file.
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 */
|