Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
2f4076cc
Commit
2f4076cc
authored
Mar 27, 2012
by
Moritz Lipp
Browse files
Use internal.h for internal types
parent
76f63bc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
callbacks.h
View file @
2f4076cc
...
...
@@ -7,6 +7,7 @@
#include <girara/types.h>
#include <girara/macros.h>
#include "internal.h"
#include "document.h"
#include "zathura.h"
...
...
document.h
View file @
2f4076cc
...
...
@@ -26,12 +26,6 @@ typedef enum zathura_document_meta_e
ZATHURA_DOCUMENT_MODIFICATION_DATE
/**< Modification data */
}
zathura_document_meta_t
;
typedef
struct
zathura_password_dialog_info_s
{
char
*
path
;
/**< Path to the file */
zathura_t
*
zathura
;
/**< Zathura session */
}
zathura_password_dialog_info_t
;
/**
* Document
*/
...
...
internal.h
0 → 100644
View file @
2f4076cc
/* See LICENSE file for license and copyright information */
#ifndef INTERNAL_H
#define INTERNAL_H
#include "zathura.h"
/**
* Zathura password dialog
*/
typedef
struct
zathura_password_dialog_info_s
{
char
*
path
;
/**< Path to the file */
zathura_t
*
zathura
;
/**< Zathura session */
}
zathura_password_dialog_info_t
;
#endif // INTERNAL_H
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment