aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
Commit message (Expand)AuthorAgeFilesLines
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-2/+2
* add functions file_exists and file_identical to filesystem.c (coming from fil...Ulf Lamping2005-04-121-0/+10
* "gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris2004-12-311-8/+1
* Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland2004-12-111-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris2004-01-241-2/+9
* Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris2004-01-241-2/+7
* From Tomas Kukosa: add "extern"s so that the plugin API stuff works.Guy Harris2003-11-181-3/+3
* From Gisle Vanem:Gerald Combs2003-11-021-1/+10
* From Richard Urwin:Guy Harris2003-05-151-1/+9
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.Guy Harris2002-06-231-1/+14
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-6/+13
* On Windows, put Ethereal configuration files under the "ApplicationGuy Harris2001-10-241-3/+4
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-231-1/+9
* The only reason we care about the user's home directory is that theirGuy Harris2001-10-221-6/+2
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-10/+6
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-1/+18
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-3/+21
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-021-1/+20
* fix '#endif FRED' to '#endif /* FRED */'Nathan Neulinger2000-12-221-2/+2
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-0/+33