1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 11:12:21 +00:00
conky/src/solaris.h

8 lines
143 B
C
Raw Permalink Normal View History

#ifndef SOLARIS_H_
#define SOLARIS_H_
int get_entropy_avail(unsigned int *);
int get_entropy_poolsize(unsigned int *);
#endif /*SOLARIS_H_*/