aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
blob: 2e99a2133ff6b7c7294d1e793666521398967291 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef SF_UTILS_H
#define SF_UTILS_H

#include "fm.h"
#include "wm.h"

int get_input(const char *prompt, char *buf);

#endif /* SF_UTILS_H */