poolvendor.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fnmatch.h>
#include "pool.h"
#include "poolid.h"
#include "poolvendor.h"
#include "util.h"

Go to the source code of this file.

Functions

Id pool_vendor2mask (Pool *pool, Id vendor)

Variables

const char * vendors []


Function Documentation

Id pool_vendor2mask ( Pool pool,
Id  vendor 
)


Variable Documentation

const char* vendors[]

Initial value:

 {
  "!openSUSE Build Service*",
  "SUSE*",
  "openSUSE*",
  "SGI*",
  "Novell*",
  "Silicon Graphics*",
  "Jpackage Project*",
  "ATI Technologies Inc.*",
  "Nvidia*",
  0,
  0,
}

Definition at line 24 of file poolvendor.c.

Referenced by pool_vendor2mask().


doxygen