all repos — tint2 @ 93c9830c2368c93dee1713e59c632ea32c2df4cb

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