mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 01:03:47 +01:00
11 lines
221 B
C
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
|