history.h 273 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 1987-2011 Free Software Foundation, Inc.
  7. *
  8. *
  9. */
  10. #ifndef _HISTORY_H_
  11. #define _HISTORY_H_
  12. static inline void add_history(const char *c)
  13. {
  14. }
  15. #endif