Skip to content

Commit 1bf4fbe

Browse files
committed
Move context_reinit() to private interface
1 parent 3327fa8 commit 1bf4fbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flanterm.h

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ struct flanterm_context;
6363

6464
#endif
6565

66-
void flanterm_context_reinit(struct flanterm_context *ctx);
6766
void flanterm_write(struct flanterm_context *ctx, const char *buf, size_t count);
6867

6968
void flanterm_full_refresh(struct flanterm_context *ctx);

flanterm_private.h

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ struct flanterm_context {
113113
void (*callback)(struct flanterm_context *, uint64_t, uint64_t, uint64_t, uint64_t);
114114
};
115115

116+
void flanterm_context_reinit(struct flanterm_context *ctx);
117+
116118
#ifdef __cplusplus
117119
}
118120
#endif

0 commit comments

Comments
 (0)