home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / include / partitioning / signatures.ycp < prev    next >
Text File  |  2006-11-29  |  847b  |  25 lines

  1. /*
  2.  * Author:        Thomas Fehr <fehr@suse.de>
  3.  *
  4.  *************************************************************
  5.  *
  6.  $Id: signatures.ycp 24121 2005-07-18 13:33:35Z fehr $
  7.  *
  8.  */
  9. {
  10. boolean check_unique_label( map<string,map> targetMap, map part );
  11. boolean CheckFstabOptions( map part );
  12. symbol check_devices_used( list<map> partitions );
  13. boolean check_device_delete( map curr_part, boolean bsd_label,
  14.                     boolean installation );
  15. list<map> get_possible_pvs( map<string,map> targetMap );
  16. map DlgCreateVolumeGroup( list vgm_list );
  17. void new_vg_list( list vg_list );
  18. integer pesize_str_to_byte( string input );
  19. list<map> get_lvs_and_mounted_partitions( map<string,map> targetMap, boolean view_all_mnts,
  20.                      string current_vg );
  21. list get_lv_size_info( map<string,map> targetMap, string current_vg );
  22.  
  23. void signature_dummy() ``{ return; }
  24. }
  25.