summaryrefslogtreecommitdiff
path: root/android/client/history.h
blob: b95c698223ace365daf3853ef2562e3e8646f2bd (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: Apache-2.0 */
/*
 * Copyright (C) 2013 Intel Corporation
 *
 */

void history_store(const char *filename);
void history_restore(const char *filename);
void history_add_line(const char *line);
int history_get_line(int n, char *buf, int buf_size);