about summary refs log tree commit diff stats
path: root/html/ex3.png
Commit message (Expand)AuthorAgeFilesLines
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+0
58c1d9d944979fd190b'>383b3f2d ^
e087f6d4

c3ec4181 ^
e087f6d4



83824f14 ^
e087f6d4
83824f14 ^
e087f6d4
6bd78b38 ^


e087f6d4
383b3f2d ^
e087f6d4
f61041c1 ^
383b3f2d ^

e087f6d4



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30




                    
                    

                                          
                                



                                                                    
                 
                                                                                     
      
 


                                                              
                                                                   
                                               
                                              
                                      

                                                 



                          
#ifndef LYLOCAL_H
#define LYLOCAL_H

#ifdef DIRED_SUPPORT

#include <HTUtils.h>

/* Special return code for LYMainLoop.c */
#define PERMIT_FORM_RESULT (-99)

extern BOOLEAN local_create PARAMS((document *doc));
extern BOOLEAN local_modify PARAMS((document *doc, char **newpath));
extern BOOLEAN local_remove PARAMS((document *doc));
#ifdef OK_INSTALL
extern BOOLEAN local_install PARAMS((char *destpath, char *srcpath, char **newpath));
#endif

/* MainLoop needs to know about this one for atexit cleanup */
extern void clear_tags NOPARAMS;

extern int dired_options PARAMS ((document *doc, char ** newfile));
extern int local_dired PARAMS((document *doc));
extern void add_menu_item PARAMS((char *str));
extern void reset_dired_menu NOPARAMS;
extern void showtags PARAMS((HTList *tag));
extern void tagflag PARAMS((int flag, int cur)); 

#endif /* DIRED_SUPPORT */

#endif /* LYLOCAL_H */