Documentation
1
2
3
4
5
6
7
8
9
#ifndef ENVIRON_H
#define ENVIRON_H

#include "lib/sha1.h"
sha1hash hash_environment();

extern sha1hash env;

#endif