~ubuntu-branches/ubuntu/maverick/dbacl/maverick

« back to all changes in this revision

Viewing changes to src/util.h

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2005-12-04 10:09:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051204100906-vtakxl9et591sbrn
Tags: 1.11-2
Switch to slang2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
extern double igamc(double, double);
62
62
extern double ndtr(double);
63
63
 
 
64
typedef struct {
 
65
  const char *tempfile;
 
66
} signal_cleanup_t;
 
67
 
64
68
void init_signal_handling();
65
69
void process_pending_signal(FILE *input);
66
70
void cleanup_signal_handling();