summaryrefslogtreecommitdiff
path: root/slstatus.h
blob: aa3f7a0994937d4bed4527b4452a4d45d4e09f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* See LICENSE file for copyright and license details. */

/* datetime */
const char *datetime(const char *fmt);

/* netspeeds */
const char *netspeed_rx(const char *interface);

/* num_files */
const char *num_files(const char *path);

/* ram */
const char *ram_perc(const char *unused);

/* run_command */
const char *run_command(const char *cmd);