listmode.h 218 B

12345678910111213
  1. /** \file listmode.h
  2. * \brief Header: directory panel listing format editor
  3. */
  4. #ifndef MC_LISTMODE_H
  5. #define MC_LISTMODE_H
  6. #ifdef LISTMODE_EDITOR
  7. char *listmode_edit (char*);
  8. #endif /* LISTMODE_EDITOR */
  9. #endif