~ubuntu-branches/debian/jessie/gamin/jessie

« back to all changes in this revision

Viewing changes to server/gam_poll_basic.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2007-03-23 14:43:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070323144349-1inpdk22uaneks9h
Tags: 0.1.8-2
* debian/control: Improve long description. (Closes: #405347)
* debian/patches/14_nfs-fix.patch: Fix gam_server startup for Thunar.
  Thanks to Maximiliano Curia. (Closes: #403247)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __GAM_POLL_BASIC_H
 
2
#define __GAM_POLL_BASIC_H
 
3
 
 
4
#include "gam_poll_generic.h"
 
5
 
 
6
G_BEGIN_DECLS
 
7
 
 
8
gboolean        gam_poll_basic_init     (void);
 
9
 
 
10
G_END_DECLS
 
11
 
 
12
#endif