~kamalmostafa/ubuntu/lucid/pdp/fix-504941-ftbfs

« back to all changes in this revision

Viewing changes to include/pdp_control.h

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2005-03-15 22:21:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050315222105-1q287rsihmd9j1tb
Tags: 1:0.12.4-2
* fixed the hardcoded depends
* added 3dp library

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __PDP_CONTROL_H__
2
 
#define __PDP_CONTROL_H__
3
 
 
4
 
#include "pdp_pd.h"
5
 
 
6
 
struct _pdp_control;
7
 
typedef void (t_pdp_control_method_notify)(struct _pdp_control *x);
8
 
 
9
 
void pdp_control_notify_broadcast(t_pdp_control_method_notify *notify);
10
 
void pdp_control_addmethod(t_method m, t_symbol *s);
11
 
 
12
 
#endif