all repos — tint2 @ 1f94752e12f1e6ae7f0079e933c269b1e2096d91

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