root/src/getdir_dummy.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. get_install_dir

   1 /*
   2  * getdir_dummy.c - dummy funcion for get_install_dir
   3  *  included from paths.c
   4  *
   5  * $Id: getdir_dummy.c,v 1.1 2005/10/24 01:37:21 shirok Exp $
   6  */
   7 
   8 static int get_install_dir(char *buf, int buflen,
   9                            void (*errfn)(const char *, ...))
  10 {
  11     errfn("We can't obtain runtime pathname on this platform");
  12     return 0;
  13 }

/* [<][>][^][v][top][bottom][index][help] */