blob: bd1717f0c0af8307ab09c6ad2deeccc41a9ed788 [file] [log] [blame]
package org.eclipse.cdt.core.model;
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
/**
* Represents a function.
*/
public interface IFunction extends IFunctionDeclaration {
}