qa_sort() is the comparison function that's fed into qsort.
In any case, qsort is always called.

Brian

  > At 10:45 24/01/2003 -0500, Brian Kolaci wrote:
  > 
  > >Did you leave the function qa_sort() there or remove it?
  > >It should have stayed exactly as it was before.
  > 
  > I eventually replaced it with qsort instead of qa_sort.  It compiled and 
  > ran fine, though the alias/forwards menus did not work.  I used your 
  > alias.c and util.c, recompiled and everything appears to be working file.
  > 
  > -- Steve
  > 
  > 
  > 
  > >All I did was write a function called bkscandir() that implements
  > >what's written on the linux scandir() man page.  I took 10 minutes
  > >looking for the BSD sources, then said forget it and wrote it
  > >in the next 20 minutes.  Didn't want to waste too much time with
  > >something that looked simple...
  > >
  > >I've attached copies of my util.c and alias.c that you can
  > >just drop into 1.0.8.  You will need to manually update
  > >the prototype for get_du() (in qmailadmin.h) to be the following:
  > >
  > >off_t get_du(const char*);
  > >
  > >
  > >Thanks,
  > >
  > >Brian


Reply via email to