zathura/completion.h

11 lines
221 B
C
Raw Normal View History

2010-11-10 20:31:15 +01:00
/* See LICENSE file for license and copyright information */
#ifndef COMPLETION_H
#define COMPLETION_H
#include <girara.h>
girara_completion_t* cc_print(girara_session_t* session, char* input);
#endif // COMPLETION_H