summaryrefslogtreecommitdiff
path: root/android/compat/readline/history.h
blob: 555e37aa12fcba194b4190eab6e96d41b2e9ff7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 *
 *  BlueZ - Bluetooth protocol stack for Linux
 *
 *  Copyright (C) 1987-2011 Free Software Foundation, Inc.
 *
 *
 */

#ifndef _HISTORY_H_
#define _HISTORY_H_

static inline void add_history(const char *c)
{
}

#endif