mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
6 lines
98 B
C
6 lines
98 B
C
#ifndef __REQUEST__H
|
|
#define __REQUEST__H
|
|
|
|
bool request(const char *arg, char *response);
|
|
|
|
#endif
|