about summary refs log tree commit diff stats
path: root/linux/translate_subx_emulated
Commit message (Expand)AuthorAgeFilesLines
* 7842 - new directory organizationKartik K. Agaram2021-03-031-0/+21
a> 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59


























































                                                                              



1
2
3
4
5
6
7
8
9
10
11
12
13



                    
                      

                        

                            
                                                                     


                         
#ifndef LYNEWSPOST_H
#define LYNEWSPOST_H

#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */

extern BOOLEAN term_message;

extern char *LYNewsPost PARAMS((char *newsgroups, BOOLEAN followup));

#endif /* LYNEWSPOST_H */