zathura/completion.h
2010-11-29 14:58:56 +01:00

11 lines
221 B
C

/* 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