about summary refs log blame commit diff
path: root/src/shared.hh
blob: 8ea637fd21acce424514e87b526d7ac064ba9d14 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                        
#ifndef __SHARED_H
#define __SHARED_H

#include <string>

#include "util.hh"


void run(Strings args);


extern string programId;


#endif /* !__SHARED_H */