소스 검색

__nonnull changes

tags/v0.9.3
Holger Lubitz 17 년 전
부모
커밋
6a3ee34c18
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      src/hci/mucurses/ansi_screen.c

+ 5
- 0
src/hci/mucurses/ansi_screen.c 파일 보기

@@ -2,6 +2,11 @@
2 2
 #include <curses.h>
3 3
 #include <console.h>
4 4
 
5
+static void ansiscr_reset(struct _curses_screen *scr) __nonnull;
6
+static void ansiscr_movetoyx(struct _curses_screen *scr,
7
+                               unsigned int y, unsigned int x) __nonnull;
8
+static void ansiscr_putc(struct _curses_screen *scr, chtype c) __nonnull;
9
+
5 10
 unsigned short _COLS = 80;
6 11
 unsigned short _LINES = 24;
7 12
 

Loading…
취소
저장