/***************************************
  $Header: /home/amb/CVS/procmeter3/no-x/menus.c,v 1.1 2002-06-04 12:48:44 amb Exp $

  ProcMeter - A system monitoring program for Linux - Version 3.3b.

  No X Window menus.
  ******************/ /******************
  Written by Andrew M. Bishop

  This file Copyright 2002 Andrew M. Bishop
  It may be distributed under the GNU Public License, version 2, or
  any higher version.  See section COPYING of the GNU Public license
  for conditions under which this file may be redistributed.
  ***************************************/


#include "procmeterp.h"


/*++++++++++++++++++++++++++++++++++++++
  Add a specified module to the menus.

  Module module The module to add.
  ++++++++++++++++++++++++++++++++++++++*/

void AddModuleToMenu(Module module)
{

 /* Do nothing since we have no X windows. */

}


/*++++++++++++++++++++++++++++++++++++++
  Remove a specified module from the menus.

  Module module The module to remove.
  ++++++++++++++++++++++++++++++++++++++*/

void RemoveModuleFromMenu(Module module)
{

 /* Do nothing since we have no X windows. */

}
