aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
AgeCommit message (Expand)AuthorFilesLines
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-8/+1
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris1-2/+9
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris1-2/+7
2003-11-18From Tomas Kukosa: add "extern"s so that the plugin API stuff works.Guy Harris1-3/+3
2003-11-02From Gisle Vanem:Gerald Combs1-1/+10
2003-05-15From Richard Urwin:Guy Harris1-1/+9
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-06-23Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.Guy Harris1-1/+14
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-6/+13
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris1-3/+4
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-1/+9
2001-10-22The only reason we care about the user's home directory is that theirGuy Harris1-6/+2
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-10/+6
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-1/+18
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-3/+21
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-1/+20
2000-12-22fix '#endif FRED' to '#endif /* FRED */'Nathan Neulinger1-2/+2
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-0/+33