summaryrefslogtreecommitdiffstats
path: root/src/ui/cli.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/cli.sh')
-rw-r--r--src/ui/cli.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ui/cli.sh b/src/ui/cli.sh
index a8af8dd..b9ae2ea 100644
--- a/src/ui/cli.sh
+++ b/src/ui/cli.sh
@@ -15,6 +15,21 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+cli_init_ui()
+{
+ : Nothing to do.
+}
+
+cli_exit_ui()
+{
+ : Nothing to do.
+}
+
+cli_resume_ui()
+{
+ : Nothing to do.
+}
+
cli_dbg()
{
local fmt="${1}"