~ubuntu-branches/ubuntu/jaunty/xbill/jaunty

« back to all changes in this revision

Viewing changes to x11-athena.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bridgett
  • Date: 2004-09-07 09:52:14 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040907095214-d0m46ojc8f7upuqm
Tags: 2.1-4
maintainer upload of NMU - many thanks Tollef (closes: #268885) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef X11_ATHENA_H
 
2
#define X11_ATHENA_H
 
3
 
 
4
#include "UI.h"
 
5
 
 
6
void
 
7
x11_athena_setmethods(UI_methods **methodsp);
 
8
 
 
9
#endif