all repos — tint2 @ de982b9adac57029eb7c691916be470be6cfe2be

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/tint2conf/md4.h (raw)

1
2
3
4
5
6
7
#ifndef MD4_H
#define MD4_H

#define MD4_HEX_SIZE 33
void md4hexf(const char *path, char *hash);

#endif