From ce8503f859345990a14be90bf89dadf7f73d7613 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 6 Jan 2011 16:25:40 +0100 Subject: BarReadline rewrite Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations. --- src/ui_act.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui_act.h') diff --git a/src/ui_act.h b/src/ui_act.h index d4e6948..b1dce62 100644 --- a/src/ui_act.h +++ b/src/ui_act.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2010 +Copyright (c) 2008-2011 Lars-Dominik Braun Permission is hereby granted, free of charge, to any person obtaining a copy @@ -26,7 +26,7 @@ THE SOFTWARE. #include "main.h" -#define BarUiActCallback(name) void name (BarApp_t *app, FILE *curFd) +#define BarUiActCallback(name) void name (BarApp_t *app) BarUiActCallback(BarUiActHelp); BarUiActCallback(BarUiActAddMusic); -- cgit v1.2.3