summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 2cf1f204..d4e8c785 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -368,6 +368,7 @@ int reply_connection_request(const userinfo_t *uip);
int establish_talk_connection(const userinfo_t *uip);
void my_talk(userinfo_t * uin, int fri_stat, char defact);
ssize_t tty_read(unsigned char *buf, size_t max);
+int query_file_money(const fileheader_t *pfh);
/* menu */
void showtitle(const char *title, const char *mid);