Aegis  4.25.D505
Typedefs | Enumerations | Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/aefind/descend.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* descend_callback_ty )(void *arg, descend_message_ty, struct string_ty *, struct string_ty *, struct string_ty *, struct stat *)

Enumerations

enum  descend_message_ty { descend_message_dir_before, descend_message_dir_after, descend_message_file }

Functions

void descend (struct string_ty *, int, descend_callback_ty, void *)
struct string_tystat_stack (struct string_ty *, struct stat *)

Typedef Documentation

typedef void(* descend_callback_ty)(void *arg, descend_message_ty, struct string_ty *, struct string_ty *, struct string_ty *, struct stat *)

Definition at line 33 of file descend.h.


Enumeration Type Documentation

Enumerator:
descend_message_dir_before 
descend_message_dir_after 
descend_message_file 

Definition at line 26 of file descend.h.


Function Documentation

void descend ( struct string_ty ,
int  ,
descend_callback_ty  ,
void *   
)
struct string_ty* stat_stack ( struct string_ty ,
struct stat *   
) [read]