Update FSF address
[lttv.git] / lttv / modules / gui / resourceview / processlist.h
index ce32e16e868d347617e76e90f4efb11ad35ff7e4..d398e6e5f93d922c995fa80b094ad1edb612e63b 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 #ifndef _PROCESS_LIST_H
@@ -22,7 +22,6 @@
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 #include <lttv/state.h>
-#include <ltt/ltt.h>
 
 #include "drawitem.h"
 #include "cfv.h"
@@ -169,10 +168,6 @@ void processlist_set_name(ProcessList *process_list,
     GQuark name,
     HashedResourceData *hashed_process_data);
 
-void processlist_set_brand(ProcessList *process_list,
-    GQuark brand,
-    HashedResourceData *hashed_process_data);
-
 /* Set the ppid of a process */
 void processlist_set_tgid(ProcessList *process_list,
     guint tgid,
This page took 0.023351 seconds and 4 git commands to generate.