#ifndef ADMINSO_OPERACIONES_H
#define ADMINSO_OPERACIONES_H


#include <config.h>
#include <semaforos.h>
#include <mem_compartida.h>
#include <RegRecursos.h>
#include <RegProcesos.h>

// INICIAR UN PROCESO
pid_t LanzamientoProcesos(char *clave, char* path, struct memoria_compartida *mem, int sem_id);

#endif
