OSDN Git Service

Add thread search from all boards.
[ntch/develop.git] / src / inc / _2ch / _2ch.h
1 /* Copyright 2013 Akira Ohta (akohta001@gmail.com)
2     This file is part of ntch.
3
4     The ntch is free software: you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation, either version 3 of the License, or
7     (at your option) any later version.
8
9     The ntch is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with ntch.  If not, see <http://www.gnu.org/licenses/>.
16     
17 */
18 #ifndef _2CH_H_
19 #define _2CH_H_
20
21 #include "net/nt_cookie.h"
22 #include "_2ch/model_2ch.h"
23 #include "_2ch/maru_2ch.h"
24
25
26 extern char *URL_2CH_BOARDMENU;
27
28
29 extern nt_2ch_model_tp app_2ch_modelp;
30
31 extern BOOL nt_2ch_model_init();
32 extern BOOL nt_init_board_menu();
33 extern BOOL nt_read_board(nt_2ch_selected_item_tp selectp);
34 extern BOOL nt_read_thread(nt_2ch_selected_item_tp selectp);
35 extern BOOL nt_write_msg(nt_2ch_selected_item_tp selectp,
36                         nt_write_data_tp writep, nt_cookie_tp cookiep, 
37                         nt_maru_2ch_tp marup);
38
39 #endif /* _2CH_H_ */