Update FSF address
[lttv.git] / lttv / lttv / traceset.c
index 349c702ff69d7376b6bb3c6acfb84afa2ff11636..8d39e948cd21eb0332cf4d559631c16f2138aaf1 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.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -464,7 +464,7 @@ guint lttv_trace_get_num_cpu(LttvTrace *t)
        return 24;
 }
 
-LttvTracesetPosition *lttv_traceset_create_current_position(LttvTraceset *traceset)
+LttvTracesetPosition *lttv_traceset_create_current_position(const LttvTraceset *traceset)
 {
        LttvTracesetPosition *traceset_pos;
        
This page took 0.027714 seconds and 4 git commands to generate.