Annotation of embedaddon/trafshow/util.h, revision 1.1

1.1     ! misho       1: /*
        !             2:  *     Copyright (c) 2004 Rinet Corp., Novosibirsk, Russia
        !             3:  *
        !             4:  * Redistribution and use in source forms, with and without modification,
        !             5:  * are permitted provided that this entire comment appears intact.
        !             6:  *
        !             7:  * THIS SOURCE CODE IS PROVIDED ``AS IS'' WITHOUT ANY WARRANTIES OF ANY KIND.
        !             8:  */
        !             9: 
        !            10: #ifndef        _UTIL_H_
        !            11: #define        _UTIL_H_
        !            12: 
        !            13: char *strip_path(const char *path);
        !            14: char *strip_blanks(char *str);
        !            15: char *copy_argv(char **av);            /* malloc is used */
        !            16: long fd_size(int fd);
        !            17: char *load_file(const char *name);     /* malloc is used */
        !            18: 
        !            19: #endif /* !_UTIL_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>