mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
8 lines
143 B
C
8 lines
143 B
C
|
#ifndef SOLARIS_H_
|
||
|
#define SOLARIS_H_
|
||
|
|
||
|
int get_entropy_avail(unsigned int *);
|
||
|
int get_entropy_poolsize(unsigned int *);
|
||
|
|
||
|
#endif /*SOLARIS_H_*/
|