~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to hald/solaris/osspec.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
static void mnttab_event_init ();
42
42
static gboolean mnttab_event (GIOChannel *channel, GIOCondition cond, gpointer user_data);
43
43
 
 
44
HalFileMonitor *
 
45
osspec_get_file_monitor (void)
 
46
{
 
47
#warning Please implement
 
48
        return NULL;
 
49
}
 
50
 
44
51
void
45
52
osspec_init (void)
46
53
{