소스 검색

Don't name vars in prototypes

master
sin 9 년 전
부모
커밋
4abc9f0b46
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c 파일 보기

@@ -103,10 +103,10 @@ int idle;
* '------
*/

void printmsg(char *msg);
void printmsg(char *);
void printwarn(void);
void printerr(int ret, char *prefix);
char *mkpath(char *dir, char *name);
void printerr(int, char *);
char *mkpath(char *, char *);

#undef dprintf
int


불러오는 중...
취소
저장